Color Hex Logo

#e069ce Color Hex

#E069CE
(224,105,206)
0 Favorites   0 Comments

Color spaces of #e069ce

RGB 224105206
HSL0.860.660.65
HSV309°53°88°
CMYK 0.000.530.08   0.12
XYZ46.932630.406761.7880
Yxy30.40670.33730.2186
Hunter Lab55.142355.4257-27.8360
CIE-Lab62.003658.9764-31.0924

#e069ce color RGB value is (224,105,206).

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

The process color (four color CMYK) of #e069ce color hex is 0.00, 0.53, 0.08, 0.12. Web safe color of #e069ce is #cc66cc. Color #e069ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101001 11001110
Octal 340 151 316
Decimal 224 105 206
Hex E0 69 CE

RGB Percentages of Color #e069ce

%41.87
%19.63
%38.50

CMYK Percentages of Color #e069ce

%0
%53
%8
%12

Triadic Colors of #e069ce

#e069ce #cee069 #69cee0

Analogous Colors of #e069ce

#e069ce #e06993 #b769e0

Monochromatic Colors of #e069ce

#e069ce

Complementary Color

#e069ce #69e07b

#e069ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e069ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e069ce Color CSS Codes

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

#e069ce Text Font Color

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

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


#e069ce Background Color

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

This div background color is #e069ce


#e069ce Border Color

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

This div border color is #e069ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e069ce


Comments

No comments written yet.

Please login to write comment.