Color Hex Logo

#e809be Color Hex

#E809BE
(232,9,190)
0 Favorites   0 Comments

Color spaces of #e809be

RGB 2329190
HSL0.860.930.47
HSV311°96°91°
CMYK 0.000.960.18   0.09
XYZ42.670721.068950.5329
Yxy21.06890.37340.1844
Hunter Lab45.900985.6119-33.1426
CIE-Lab53.024885.3338-35.8382

#e809be color RGB value is (232,9,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00001001 10111110
Octal 350 11 276
Decimal 232 9 190
Hex E8 9 BE

RGB Percentages of Color #e809be

%53.83
%2.09
%44.08

CMYK Percentages of Color #e809be

%0
%96
%18
%9

Triadic Colors of #e809be

#e809be #bee809 #09bee8

Analogous Colors of #e809be

#e809be #e8094e #a309e8

Monochromatic Colors of #e809be

#e809be

Complementary Color

#e809be #09e833

#e809be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e809be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e809be Color CSS Codes

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

#e809be Text Font Color

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

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


#e809be Background Color

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

This div background color is #e809be


#e809be Border Color

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

This div border color is #e809be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,9,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e809be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e809be


Comments

No comments written yet.

Please login to write comment.