Color Hex Logo

#e542cf Color Hex

#E542CF
(229,66,207)
0 Favorites   0 Comments

Color spaces of #e542cf

RGB 22966207
HSL0.860.760.58
HSV308°71°90°
CMYK 0.000.710.10   0.10
XYZ45.523825.059461.4691
Yxy25.05940.34470.1898
Hunter Lab50.059474.7233-37.7621
CIE-Lab57.133375.9745-39.2042

#e542cf color RGB value is (229,66,207).

#e542cf hex color red value is 229, green value is 66 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e542cf hue: 0.86 , saturation: 0.76 and the lightness value of e542cf is 0.58.

The process color (four color CMYK) of #e542cf color hex is 0.00, 0.71, 0.10, 0.10. Web safe color of #e542cf is #cc33cc. Color #e542cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01000010 11001111
Octal 345 102 317
Decimal 229 66 207
Hex E5 42 CF

RGB Percentages of Color #e542cf

%45.62
%13.15
%41.24

CMYK Percentages of Color #e542cf

%0
%71
%10
%10

Triadic Colors of #e542cf

#e542cf #cfe542 #42cfe5

Analogous Colors of #e542cf

#e542cf #e5427e #aa42e5

Monochromatic Colors of #e542cf

#e542cf

Complementary Color

#e542cf #42e558

#e542cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e542cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e542cf Color CSS Codes

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

#e542cf Text Font Color

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

This sample text font color is #e542cf
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.


#e542cf Background Color

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

This div background color is #e542cf


#e542cf Border Color

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

This div border color is #e542cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e542cf


Comments

No comments written yet.

Please login to write comment.