Color Hex Logo

#e9065b Color Hex

#E9065B
(233,6,91)
0 Favorites   0 Comments

Color spaces of #e9065b

RGB 233691
HSL0.940.950.47
HSV338°97°91°
CMYK 0.000.970.61   0.09
XYZ35.557718.209211.5382
Yxy18.20920.54450.2788
Hunter Lab42.672274.063113.8391
CIE-Lab49.748976.875518.7169

#e9065b color RGB value is (233,6,91).

#e9065b hex color red value is 233, green value is 6 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #e9065b hue: 0.94 , saturation: 0.95 and the lightness value of e9065b is 0.47.

The process color (four color CMYK) of #e9065b color hex is 0.00, 0.97, 0.61, 0.09. Web safe color of #e9065b is #ff0066. Color #e9065b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00000110 01011011
Octal 351 6 133
Decimal 233 6 91
Hex E9 6 5B

RGB Percentages of Color #e9065b

%70.61
%1.82
%27.58

CMYK Percentages of Color #e9065b

%0
%97
%61
%9

Triadic Colors of #e9065b

#e9065b #5be906 #065be9

Analogous Colors of #e9065b

#e9065b #e92306 #e906cd

Monochromatic Colors of #e9065b

#e9065b

Complementary Color

#e9065b #06e994

#e9065b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9065b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9065b Color CSS Codes

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

#e9065b Text Font Color

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

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


#e9065b Background Color

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

This div background color is #e9065b


#e9065b Border Color

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

This div border color is #e9065b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,6,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e9065b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e9065b;
  -webkit-box-shadow: 1px 1px 3px 2px #e9065b;
  box-shadow:         1px 1px 3px 2px #e9065b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,6,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9065b


Comments

No comments written yet.

Please login to write comment.