Color Hex Logo

#e008db Color Hex

#E008DB
(224,8,219)
0 Favorites   0 Comments

Color spaces of #e008db

RGB 2248219
HSL0.840.930.45
HSV301°96°88°
CMYK 0.000.960.02   0.12
XYZ43.613521.135468.7987
Yxy21.13540.32660.1583
Hunter Lab45.973388.8846-56.5459
CIE-Lab53.097487.8202-52.4875

#e008db color RGB value is (224,8,219).

#e008db hex color red value is 224, green value is 8 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e008db hue: 0.84 , saturation: 0.93 and the lightness value of e008db is 0.45.

The process color (four color CMYK) of #e008db color hex is 0.00, 0.96, 0.02, 0.12. Web safe color of #e008db is #cc00cc. Color #e008db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00001000 11011011
Octal 340 10 333
Decimal 224 8 219
Hex E0 8 DB

RGB Percentages of Color #e008db

%49.67
%1.77
%48.56

CMYK Percentages of Color #e008db

%0
%96
%2
%12

Triadic Colors of #e008db

#e008db #dbe008 #08dbe0

Analogous Colors of #e008db

#e008db #e0086f #7908e0

Monochromatic Colors of #e008db

#e008db

Complementary Color

#e008db #08e00d

#e008db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e008db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e008db Color CSS Codes

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

#e008db Text Font Color

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

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


#e008db Background Color

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

This div background color is #e008db


#e008db Border Color

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

This div border color is #e008db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e008db


Comments

No comments written yet.

Please login to write comment.