Color Hex Logo

#e574cf Color Hex

#E574CF
(229,116,207)
0 Favorites   0 Comments

Color spaces of #e574cf

RGB 229116207
HSL0.870.680.68
HSV312°49°90°
CMYK 0.000.490.10   0.10
XYZ49.821033.653862.9015
Yxy33.65380.34040.2299
Hunter Lab58.011951.7762-23.6790
CIE-Lab64.686855.3570-27.4548

#e574cf color RGB value is (229,116,207).

#e574cf hex color red value is 229, green value is 116 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e574cf hue: 0.87 , saturation: 0.68 and the lightness value of e574cf is 0.68.

The process color (four color CMYK) of #e574cf color hex is 0.00, 0.49, 0.10, 0.10. Web safe color of #e574cf is #cc66cc. Color #e574cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110100 11001111
Octal 345 164 317
Decimal 229 116 207
Hex E5 74 CF

RGB Percentages of Color #e574cf

%41.49
%21.01
%37.50

CMYK Percentages of Color #e574cf

%0
%49
%10
%10

Triadic Colors of #e574cf

#e574cf #cfe574 #74cfe5

Analogous Colors of #e574cf

#e574cf #e57497 #c374e5

Monochromatic Colors of #e574cf

#e574cf

Complementary Color

#e574cf #74e58a

#e574cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e574cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e574cf Color CSS Codes

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

#e574cf Text Font Color

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

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


#e574cf Background Color

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

This div background color is #e574cf


#e574cf Border Color

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

This div border color is #e574cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,116,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 #e574cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e574cf


Comments

No comments written yet.

Please login to write comment.