Color Hex Logo

#e06f9a Color Hex

#E06F9A
(224,111,154)
0 Favorites   0 Comments

Color spaces of #e06f9a

RGB 224111154
HSL0.940.650.66
HSV337°50°88°
CMYK 0.000.500.31   0.12
XYZ42.257629.549334.0482
Yxy29.54930.39920.2791
Hunter Lab54.359343.63290.9149
CIE-Lab61.263448.5832-2.5377

#e06f9a color RGB value is (224,111,154).

#e06f9a hex color red value is 224, green value is 111 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #e06f9a hue: 0.94 , saturation: 0.65 and the lightness value of e06f9a is 0.66.

The process color (four color CMYK) of #e06f9a color hex is 0.00, 0.50, 0.31, 0.12. Web safe color of #e06f9a is #cc6699. Color #e06f9a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101111 10011010
Octal 340 157 232
Decimal 224 111 154
Hex E0 6F 9A

RGB Percentages of Color #e06f9a

%45.81
%22.70
%31.49

CMYK Percentages of Color #e06f9a

%0
%50
%31
%12

Triadic Colors of #e06f9a

#e06f9a #9ae06f #6f9ae0

Analogous Colors of #e06f9a

#e06f9a #e07d6f #e06fd3

Monochromatic Colors of #e06f9a

#e06f9a

Complementary Color

#e06f9a #6fe0b5

#e06f9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06f9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06f9a Color CSS Codes

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

#e06f9a Text Font Color

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

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


#e06f9a Background Color

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

This div background color is #e06f9a


#e06f9a Border Color

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

This div border color is #e06f9a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,111,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06f9a


Comments

No comments written yet.

Please login to write comment.