Color Hex Logo

#ee20db Color Hex

#EE20DB
(238,32,219)
0 Favorites   0 Comments

Color spaces of #ee20db

RGB 23832219
HSL0.850.860.53
HSV306°87°93°
CMYK 0.000.870.08   0.07
XYZ48.562624.324669.1534
Yxy24.32460.34190.1713
Hunter Lab49.320089.4489-48.6088
CIE-Lab56.411387.6040-47.0682

#ee20db color RGB value is (238,32,219).

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

The process color (four color CMYK) of #ee20db color hex is 0.00, 0.87, 0.08, 0.07. Web safe color of #ee20db is #ff33cc. Color #ee20db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00100000 11011011
Octal 356 40 333
Decimal 238 32 219
Hex EE 20 DB

RGB Percentages of Color #ee20db

%48.67
%6.54
%44.79

CMYK Percentages of Color #ee20db

%0
%87
%8
%7

Triadic Colors of #ee20db

#ee20db #dbee20 #20dbee

Analogous Colors of #ee20db

#ee20db #ee2074 #9a20ee

Monochromatic Colors of #ee20db

#ee20db

Complementary Color

#ee20db #20ee33

#ee20db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee20db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee20db Color CSS Codes

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

#ee20db Text Font Color

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

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


#ee20db Background Color

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

This div background color is #ee20db


#ee20db Border Color

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

This div border color is #ee20db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee20db


Comments

No comments written yet.

Please login to write comment.