Color Hex Logo

#ee2add Color Hex

#EE2ADD
(238,42,221)
0 Favorites   0 Comments

Color spaces of #ee2add

RGB 23842221
HSL0.850.850.55
HSV305°82°93°
CMYK 0.000.820.07   0.07
XYZ49.139025.053570.6525
Yxy25.05350.33930.1730
Hunter Lab50.053587.6452-48.6528
CIE-Lab57.127586.0923-47.0667

#ee2add color RGB value is (238,42,221).

#ee2add hex color red value is 238, green value is 42 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ee2add hue: 0.85 , saturation: 0.85 and the lightness value of ee2add is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00101010 11011101
Octal 356 52 335
Decimal 238 42 221
Hex EE 2A DD

RGB Percentages of Color #ee2add

%47.50
%8.38
%44.11

CMYK Percentages of Color #ee2add

%0
%82
%7
%7

Triadic Colors of #ee2add

#ee2add #ddee2a #2addee

Analogous Colors of #ee2add

#ee2add #ee2a7b #9d2aee

Monochromatic Colors of #ee2add

#ee2add

Complementary Color

#ee2add #2aee3b

#ee2add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee2add Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee2add Color CSS Codes

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

#ee2add Text Font Color

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

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


#ee2add Background Color

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

This div background color is #ee2add


#ee2add Border Color

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

This div border color is #ee2add


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,42,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee2add


Comments

No comments written yet.

Please login to write comment.