Color Hex Logo

#e06bde Color Hex

#E06BDE
(224,107,222)
0 Favorites   0 Comments

Color spaces of #e06bde

RGB 224107222
HSL0.840.650.65
HSV301°52°88°
CMYK 0.000.520.01   0.12
XYZ49.183031.636672.6215
Yxy31.63660.32050.2062
Hunter Lab56.246457.6527-37.1787
CIE-Lab63.041460.7211-38.4642

#e06bde color RGB value is (224,107,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101011 11011110
Octal 340 153 336
Decimal 224 107 222
Hex E0 6B DE

RGB Percentages of Color #e06bde

%40.51
%19.35
%40.14

CMYK Percentages of Color #e06bde

%0
%52
%1
%12

Triadic Colors of #e06bde

#e06bde #dee06b #6bdee0

Analogous Colors of #e06bde

#e06bde #e06ba4 #a86be0

Monochromatic Colors of #e06bde

#e06bde

Complementary Color

#e06bde #6be06d

#e06bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06bde Color CSS Codes

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

#e06bde Text Font Color

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

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


#e06bde Background Color

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

This div background color is #e06bde


#e06bde Border Color

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

This div border color is #e06bde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,107,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 #e06bde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06bde


Comments

No comments written yet.

Please login to write comment.