Color Hex Logo

#ee71db Color Hex

#EE71DB
(238,113,219)
0 Favorites   0 Comments

Color spaces of #ee71db

RGB 238113219
HSL0.860.790.69
HSV309°53°93°
CMYK 0.000.530.08   0.07
XYZ53.951235.101970.9496
Yxy35.10190.33720.2194
Hunter Lab59.246958.8632-29.5285
CIE-Lab65.827961.2844-32.3084

#ee71db color RGB value is (238,113,219).

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

The process color (four color CMYK) of #ee71db color hex is 0.00, 0.53, 0.08, 0.07. Web safe color of #ee71db is #ff66cc. Color #ee71db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110001 11011011
Octal 356 161 333
Decimal 238 113 219
Hex EE 71 DB

RGB Percentages of Color #ee71db

%41.75
%19.82
%38.42

CMYK Percentages of Color #ee71db

%0
%53
%8
%7

Triadic Colors of #ee71db

#ee71db #dbee71 #71dbee

Analogous Colors of #ee71db

#ee71db #ee719d #c371ee

Monochromatic Colors of #ee71db

#ee71db

Complementary Color

#ee71db #71ee84

#ee71db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee71db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee71db Color CSS Codes

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

#ee71db Text Font Color

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

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


#ee71db Background Color

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

This div background color is #ee71db


#ee71db Border Color

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

This div border color is #ee71db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee71db


Comments

No comments written yet.

Please login to write comment.