Color Hex Logo

#e580bf Color Hex

#E580BF
(229,128,191)
0 Favorites   0 Comments

Color spaces of #e580bf

RGB 229128191
HSL0.900.660.70
HSV323°44°90°
CMYK 0.000.440.17   0.10
XYZ49.436235.857953.6059
Yxy35.85790.35590.2582
Hunter Lab59.881542.5713-11.1594
CIE-Lab66.411246.8837-15.8355

#e580bf color RGB value is (229,128,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000000 10111111
Octal 345 200 277
Decimal 229 128 191
Hex E5 80 BF

RGB Percentages of Color #e580bf

%41.79
%23.36
%34.85

CMYK Percentages of Color #e580bf

%0
%44
%17
%10

Triadic Colors of #e580bf

#e580bf #bfe580 #80bfe5

Analogous Colors of #e580bf

#e580bf #e5808d #d980e5

Monochromatic Colors of #e580bf

#e580bf

Complementary Color

#e580bf #80e5a6

#e580bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e580bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e580bf Color CSS Codes

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

#e580bf Text Font Color

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

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


#e580bf Background Color

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

This div background color is #e580bf


#e580bf Border Color

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

This div border color is #e580bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e580bf


Comments

No comments written yet.

Please login to write comment.