Color Hex Logo

#e574bf Color Hex

#E574BF
(229,116,191)
0 Favorites   0 Comments

Color spaces of #e574bf

RGB 229116191
HSL0.890.680.68
HSV320°49°90°
CMYK 0.000.490.17   0.10
XYZ47.962532.910453.1147
Yxy32.91040.35800.2456
Hunter Lab57.367648.8427-14.7373
CIE-Lab64.088352.8603-19.3567

#e574bf color RGB value is (229,116,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110100 10111111
Octal 345 164 277
Decimal 229 116 191
Hex E5 74 BF

RGB Percentages of Color #e574bf

%42.72
%21.64
%35.63

CMYK Percentages of Color #e574bf

%0
%49
%17
%10

Triadic Colors of #e574bf

#e574bf #bfe574 #74bfe5

Analogous Colors of #e574bf

#e574bf #e57487 #d374e5

Monochromatic Colors of #e574bf

#e574bf

Complementary Color

#e574bf #74e59a

#e574bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e574bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e574bf Color CSS Codes

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

#e574bf Text Font Color

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

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


#e574bf Background Color

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

This div background color is #e574bf


#e574bf Border Color

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

This div border color is #e574bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e574bf


Comments

No comments written yet.

Please login to write comment.