Color Hex Logo

#e208db Color Hex

#E208DB
(226,8,219)
0 Favorites   0 Comments

Color spaces of #e208db

RGB 2268219
HSL0.840.930.46
HSV302°96°89°
CMYK 0.000.960.03   0.11
XYZ44.237021.456968.8279
Yxy21.45690.32880.1595
Hunter Lab46.321689.4042-55.6722
CIE-Lab53.446088.1468-51.9107

#e208db color RGB value is (226,8,219).

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

The process color (four color CMYK) of #e208db color hex is 0.00, 0.96, 0.03, 0.11. Web safe color of #e208db is #cc00cc. Color #e208db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00001000 11011011
Octal 342 10 333
Decimal 226 8 219
Hex E2 8 DB

RGB Percentages of Color #e208db

%49.89
%1.77
%48.34

CMYK Percentages of Color #e208db

%0
%96
%3
%11

Triadic Colors of #e208db

#e208db #dbe208 #08dbe2

Analogous Colors of #e208db

#e208db #e2086e #7c08e2

Monochromatic Colors of #e208db

#e208db

Complementary Color

#e208db #08e20f

#e208db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e208db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e208db Color CSS Codes

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

#e208db Text Font Color

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

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


#e208db Background Color

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

This div background color is #e208db


#e208db Border Color

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

This div border color is #e208db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e208db


Comments

No comments written yet.

Please login to write comment.