Color Hex Logo

#ee03db Color Hex

#EE03DB
(238,3,219)
0 Favorites   0 Comments

Color spaces of #ee03db

RGB 2383219
HSL0.850.980.47
HSV305°99°93°
CMYK 0.000.990.08   0.07
XYZ48.078623.356768.9921
Yxy23.35670.34240.1663
Hunter Lab48.328893.0007-50.8097
CIE-Lab55.437990.4676-48.6128

#ee03db color RGB value is (238,3,219).

#ee03db hex color red value is 238, green value is 3 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ee03db hue: 0.85 , saturation: 0.98 and the lightness value of ee03db is 0.47.

The process color (four color CMYK) of #ee03db color hex is 0.00, 0.99, 0.08, 0.07. Web safe color of #ee03db is #ff00cc. Color #ee03db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00000011 11011011
Octal 356 3 333
Decimal 238 3 219
Hex EE 3 DB

RGB Percentages of Color #ee03db

%51.74
%0.65
%47.61

CMYK Percentages of Color #ee03db

%0
%99
%8
%7

Triadic Colors of #ee03db

#ee03db #dbee03 #03dbee

Analogous Colors of #ee03db

#ee03db #ee0366 #8c03ee

Monochromatic Colors of #ee03db

#ee03db

Complementary Color

#ee03db #03ee16

#ee03db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee03db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee03db Color CSS Codes

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

#ee03db Text Font Color

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

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


#ee03db Background Color

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

This div background color is #ee03db


#ee03db Border Color

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

This div border color is #ee03db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee03db


Comments

No comments written yet.

Please login to write comment.