Color Hex Logo

#e06fea Color Hex

#E06FEA
(224,111,234)
0 Favorites   0 Comments

Color spaces of #e06fea

RGB 224111234
HSL0.820.750.68
HSV295°53°92°
CMYK 0.040.530.00   0.08
XYZ51.276233.156781.5392
Yxy33.15670.30890.1998
Hunter Lab57.581958.1846-43.6507
CIE-Lab64.287660.9654-43.1939

#e06fea color RGB value is (224,111,234).

#e06fea hex color red value is 224, green value is 111 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e06fea hue: 0.82 , saturation: 0.75 and the lightness value of e06fea is 0.68.

The process color (four color CMYK) of #e06fea color hex is 0.04, 0.53, 0.00, 0.08. Web safe color of #e06fea is #cc66ff. Color #e06fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101111 11101010
Octal 340 157 352
Decimal 224 111 234
Hex E0 6F EA

RGB Percentages of Color #e06fea

%39.37
%19.51
%41.12

CMYK Percentages of Color #e06fea

%4
%53
%0
%8

Triadic Colors of #e06fea

#e06fea #eae06f #6feae0

Analogous Colors of #e06fea

#e06fea #ea6fb7 #a36fea

Monochromatic Colors of #e06fea

#e06fea

Complementary Color

#e06fea #79ea6f

#e06fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06fea Color CSS Codes

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

#e06fea Text Font Color

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

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


#e06fea Background Color

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

This div background color is #e06fea


#e06fea Border Color

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

This div border color is #e06fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06fea


Comments

No comments written yet.

Please login to write comment.