Color Hex Logo

#e809bf Color Hex

#E809BF
(232,9,191)
0 Favorites   0 Comments

Color spaces of #e809bf

RGB 2329191
HSL0.860.930.47
HSV311°96°91°
CMYK 0.000.960.18   0.09
XYZ42.780421.112851.1106
Yxy21.11280.37200.1836
Hunter Lab45.948785.7818-33.7866
CIE-Lab53.072785.4551-36.3434

#e809bf color RGB value is (232,9,191).

#e809bf hex color red value is 232, green value is 9 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e809bf hue: 0.86 , saturation: 0.93 and the lightness value of e809bf is 0.47.

The process color (four color CMYK) of #e809bf color hex is 0.00, 0.96, 0.18, 0.09. Web safe color of #e809bf is #ff00cc. Color #e809bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00001001 10111111
Octal 350 11 277
Decimal 232 9 191
Hex E8 9 BF

RGB Percentages of Color #e809bf

%53.70
%2.08
%44.21

CMYK Percentages of Color #e809bf

%0
%96
%18
%9

Triadic Colors of #e809bf

#e809bf #bfe809 #09bfe8

Analogous Colors of #e809bf

#e809bf #e80950 #a209e8

Monochromatic Colors of #e809bf

#e809bf

Complementary Color

#e809bf #09e832

#e809bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e809bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e809bf Color CSS Codes

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

#e809bf Text Font Color

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

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


#e809bf Background Color

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

This div background color is #e809bf


#e809bf Border Color

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

This div border color is #e809bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e809bf


Comments

No comments written yet.

Please login to write comment.