Color Hex Logo

#e06edd Color Hex

#E06EDD
(224,110,221)
0 Favorites   0 Comments

Color spaces of #e06edd

RGB 224110221
HSL0.840.650.65
HSV302°51°88°
CMYK 0.000.510.01   0.12
XYZ49.367532.219672.0237
Yxy32.21960.32140.2097
Hunter Lab56.762355.9115-35.4974
CIE-Lab63.524059.1424-37.1513

#e06edd color RGB value is (224,110,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101110 11011101
Octal 340 156 335
Decimal 224 110 221
Hex E0 6E DD

RGB Percentages of Color #e06edd

%40.36
%19.82
%39.82

CMYK Percentages of Color #e06edd

%0
%51
%1
%12

Triadic Colors of #e06edd

#e06edd #dde06e #6edde0

Analogous Colors of #e06edd

#e06edd #e06ea4 #aa6ee0

Monochromatic Colors of #e06edd

#e06edd

Complementary Color

#e06edd #6ee071

#e06edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06edd Color CSS Codes

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

#e06edd Text Font Color

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

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


#e06edd Background Color

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

This div background color is #e06edd


#e06edd Border Color

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

This div border color is #e06edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06edd


Comments

No comments written yet.

Please login to write comment.