color codes Logo

#e52ebf color codes

#E52EBF
(229,46,191)
0 Favorites   0 Comments

Color spaces of #e52ebf

RGB 22946191
HSL0.870.780.54
HSV312°80°90°
CMYK 0.000.800.17   0.10
XYZ42.694122.373651.3585
Yxy22.37360.36670.1922
Hunter Lab47.300778.3395-31.2658
CIE-Lab54.421279.3849-34.2694

#e52ebf color RGB value is (229,46,191).

#e52ebf hex color red value is 229, green value is 46 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e52ebf hue: 0.87 , saturation: 0.78 and the lightness value of e52ebf is 0.54.

The process color (four color CMYK) of #e52ebf color code is 0.00, 0.80, 0.17, 0.10. Web safe color of #e52ebf is #cc33cc. Color #e52ebf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00101110 10111111
Octal 345 56 277
Decimal 229 46 191
Hex E5 2E BF

RGB Percentages of Color #e52ebf

%49.14
%9.87
%40.99

CMYK Percentages of Color #e52ebf

%0
%80
%17
%10

Triadic Colors of #e52ebf

#e52ebf #bfe52e #2ebfe5

Analogous Colors of #e52ebf

#e52ebf #e52e64 #b02ee5

Monochromatic Colors of #e52ebf

#e52ebf

Complementary Color

#e52ebf #2ee554

#e52ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52ebf Color CSS Codes

.mybgcolor {background-color:#e52ebf; } 
.myforecolor {color:#e52ebf; }
.mybordercolor {border:3px solid #e52ebf; }

#e52ebf Text Font Color

<p style="color:#e52ebf">Text here</p>

This sample text font color is #e52ebf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#e52ebf Background Color

<div style="background-color:#e52ebf">
Div content here</div>

This div background color is #e52ebf


#e52ebf Border Color

<div style="border:3px solid #e52ebf">
Div here</div>

This div border color is #e52ebf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,46,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e52ebf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e52ebf;
  -webkit-box-shadow: 1px 1px 3px 2px #e52ebf;
  box-shadow:         1px 1px 3px 2px #e52ebf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,46,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e52ebf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e52ebf;
  -webkit-box-shadow: 1px 1px 3px 2px #e52ebf;
  box-shadow:         1px 1px 3px 2px #e52ebf;">
Div content here</div>

This div box has shadow with color #e52ebf


Comments

No comments written yet.

Please login to write comment.