Color Hex Logo

#e069cf Color Hex

#E069CF
(224,105,207)
0 Favorites   0 Comments

Color spaces of #e069cf

RGB 224105207
HSL0.860.660.65
HSV309°53°88°
CMYK 0.000.530.08   0.12
XYZ47.054530.455462.4299
Yxy30.45540.33620.2176
Hunter Lab55.186455.6212-28.4416
CIE-Lab62.045259.1388-31.5921

#e069cf color RGB value is (224,105,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101001 11001111
Octal 340 151 317
Decimal 224 105 207
Hex E0 69 CF

RGB Percentages of Color #e069cf

%41.79
%19.59
%38.62

CMYK Percentages of Color #e069cf

%0
%53
%8
%12

Triadic Colors of #e069cf

#e069cf #cfe069 #69cfe0

Analogous Colors of #e069cf

#e069cf #e06994 #b669e0

Monochromatic Colors of #e069cf

#e069cf

Complementary Color

#e069cf #69e07a

#e069cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e069cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e069cf Color CSS Codes

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

#e069cf Text Font Color

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

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


#e069cf Background Color

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

This div background color is #e069cf


#e069cf Border Color

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

This div border color is #e069cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e069cf


Comments

No comments written yet.

Please login to write comment.