Color Hex Logo

#e069ec Color Hex

#E069EC
(224,105,236)
0 Favorites   0 Comments

Color spaces of #e069ec

RGB 224105236
HSL0.820.780.67
HSV295°56°93°
CMYK 0.050.560.00   0.07
XYZ50.932432.006682.8503
Yxy32.00660.30720.1931
Hunter Lab56.574461.6936-47.2251
CIE-Lab63.348364.1021-45.7815

#e069ec color RGB value is (224,105,236).

#e069ec hex color red value is 224, green value is 105 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e069ec hue: 0.82 , saturation: 0.78 and the lightness value of e069ec is 0.67.

The process color (four color CMYK) of #e069ec color hex is 0.05, 0.56, 0.00, 0.07. Web safe color of #e069ec is #cc66ff. Color #e069ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101001 11101100
Octal 340 151 354
Decimal 224 105 236
Hex E0 69 EC

RGB Percentages of Color #e069ec

%39.65
%18.58
%41.77

CMYK Percentages of Color #e069ec

%5
%56
%0
%7

Triadic Colors of #e069ec

#e069ec #ece069 #69ece0

Analogous Colors of #e069ec

#e069ec #ec69b7 #9f69ec

Monochromatic Colors of #e069ec

#e069ec

Complementary Color

#e069ec #75ec69

#e069ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e069ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e069ec Color CSS Codes

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

#e069ec Text Font Color

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

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


#e069ec Background Color

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

This div background color is #e069ec


#e069ec Border Color

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

This div border color is #e069ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e069ec


Comments

No comments written yet.

Please login to write comment.