Color Hex Logo

#e584bf Color Hex

#E584BF
(229,132,191)
0 Favorites   0 Comments

Color spaces of #e584bf

RGB 229132191
HSL0.900.650.71
HSV324°42°90°
CMYK 0.000.420.17   0.10
XYZ49.968336.922153.7833
Yxy36.92210.35520.2625
Hunter Lab60.763640.4515-9.9445
CIE-Lab67.218544.8414-14.6175

#e584bf color RGB value is (229,132,191).

#e584bf hex color red value is 229, green value is 132 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e584bf hue: 0.90 , saturation: 0.65 and the lightness value of e584bf is 0.71.

The process color (four color CMYK) of #e584bf color hex is 0.00, 0.42, 0.17, 0.10. Web safe color of #e584bf is #cc99cc. Color #e584bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000100 10111111
Octal 345 204 277
Decimal 229 132 191
Hex E5 84 BF

RGB Percentages of Color #e584bf

%41.49
%23.91
%34.60

CMYK Percentages of Color #e584bf

%0
%42
%17
%10

Triadic Colors of #e584bf

#e584bf #bfe584 #84bfe5

Analogous Colors of #e584bf

#e584bf #e5848f #db84e5

Monochromatic Colors of #e584bf

#e584bf

Complementary Color

#e584bf #84e5aa

#e584bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e584bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e584bf Color CSS Codes

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

#e584bf Text Font Color

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

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


#e584bf Background Color

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

This div background color is #e584bf


#e584bf Border Color

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

This div border color is #e584bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e584bf


Comments

No comments written yet.

Please login to write comment.