Color Hex Logo

#e0065b Color Hex

#E0065B
(224,6,91)
0 Favorites   0 Comments

Color spaces of #e0065b

RGB 224691
HSL0.940.950.45
HSV337°97°88°
CMYK 0.000.970.59   0.12
XYZ32.693916.732911.4041
Yxy16.73290.53750.2751
Hunter Lab40.905971.080412.1047
CIE-Lab47.921774.807115.9348

#e0065b color RGB value is (224,6,91).

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

The process color (four color CMYK) of #e0065b color hex is 0.00, 0.97, 0.59, 0.12. Web safe color of #e0065b is #cc0066. Color #e0065b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00000110 01011011
Octal 340 6 133
Decimal 224 6 91
Hex E0 6 5B

RGB Percentages of Color #e0065b

%69.78
%1.87
%28.35

CMYK Percentages of Color #e0065b

%0
%97
%59
%12

Triadic Colors of #e0065b

#e0065b #5be006 #065be0

Analogous Colors of #e0065b

#e0065b #e01e06 #e006c8

Monochromatic Colors of #e0065b

#e0065b

Complementary Color

#e0065b #06e08b

#e0065b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0065b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0065b Color CSS Codes

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

#e0065b Text Font Color

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

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


#e0065b Background Color

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

This div background color is #e0065b


#e0065b Border Color

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

This div border color is #e0065b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0065b


Comments

No comments written yet.

Please login to write comment.