Color Hex Logo

#e06eaf Color Hex

#E06EAF
(224,110,175)
0 Favorites   0 Comments

Color spaces of #e06eaf

RGB 224110175
HSL0.900.650.65
HSV326°51°88°
CMYK 0.000.510.22   0.12
XYZ44.054330.094344.0443
Yxy30.09430.37270.2546
Hunter Lab54.858347.3436-9.2016
CIE-Lab61.735551.8818-13.8863

#e06eaf color RGB value is (224,110,175).

#e06eaf hex color red value is 224, green value is 110 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e06eaf hue: 0.90 , saturation: 0.65 and the lightness value of e06eaf is 0.65.

The process color (four color CMYK) of #e06eaf color hex is 0.00, 0.51, 0.22, 0.12. Web safe color of #e06eaf is #cc6699. Color #e06eaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101110 10101111
Octal 340 156 257
Decimal 224 110 175
Hex E0 6E AF

RGB Percentages of Color #e06eaf

%44.01
%21.61
%34.38

CMYK Percentages of Color #e06eaf

%0
%51
%22
%12

Triadic Colors of #e06eaf

#e06eaf #afe06e #6eafe0

Analogous Colors of #e06eaf

#e06eaf #e06e76 #d86ee0

Monochromatic Colors of #e06eaf

#e06eaf

Complementary Color

#e06eaf #6ee09f

#e06eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06eaf Color CSS Codes

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

#e06eaf Text Font Color

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

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


#e06eaf Background Color

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

This div background color is #e06eaf


#e06eaf Border Color

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

This div border color is #e06eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06eaf


Comments

No comments written yet.

Please login to write comment.