Color Hex Logo

#e06cde Color Hex

#E06CDE
(224,108,222)
0 Favorites   0 Comments

Color spaces of #e06cde

RGB 224108222
HSL0.840.650.65
HSV301°52°88°
CMYK 0.000.520.01   0.12
XYZ49.287831.846372.6564
Yxy31.84630.32050.2071
Hunter Lab56.432557.1438-36.8326
CIE-Lab63.215660.2549-38.1917

#e06cde color RGB value is (224,108,222).

#e06cde hex color red value is 224, green value is 108 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e06cde hue: 0.84 , saturation: 0.65 and the lightness value of e06cde is 0.65.

The process color (four color CMYK) of #e06cde color hex is 0.00, 0.52, 0.01, 0.12. Web safe color of #e06cde is #cc66cc. Color #e06cde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101100 11011110
Octal 340 154 336
Decimal 224 108 222
Hex E0 6C DE

RGB Percentages of Color #e06cde

%40.43
%19.49
%40.07

CMYK Percentages of Color #e06cde

%0
%52
%1
%12

Triadic Colors of #e06cde

#e06cde #dee06c #6cdee0

Analogous Colors of #e06cde

#e06cde #e06ca4 #a86ce0

Monochromatic Colors of #e06cde

#e06cde

Complementary Color

#e06cde #6ce06e

#e06cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06cde Color CSS Codes

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

#e06cde Text Font Color

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

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


#e06cde Background Color

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

This div background color is #e06cde


#e06cde Border Color

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

This div border color is #e06cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06cde


Comments

No comments written yet.

Please login to write comment.