Color Hex Logo

#ee3add Color Hex

#EE3ADD
(238,58,221)
1 Favorites   0 Comments

Color spaces of #ee3add

RGB 23858221
HSL0.850.840.58
HSV306°76°93°
CMYK 0.000.760.07   0.07
XYZ49.824126.423770.8809
Yxy26.42370.33860.1796
Hunter Lab51.404083.0569-45.7721
CIE-Lab58.437182.3040-44.9953

#ee3add color RGB value is (238,58,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00111010 11011101
Octal 356 72 335
Decimal 238 58 221
Hex EE 3A DD

RGB Percentages of Color #ee3add

%46.03
%11.22
%42.75

CMYK Percentages of Color #ee3add

%0
%76
%7
%7

Triadic Colors of #ee3add

#ee3add #ddee3a #3addee

Analogous Colors of #ee3add

#ee3add #ee3a83 #a53aee

Monochromatic Colors of #ee3add

#ee3add

Complementary Color

#ee3add #3aee4b

#ee3add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee3add Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee3add Color CSS Codes

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

#ee3add Text Font Color

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

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


#ee3add Background Color

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

This div background color is #ee3add


#ee3add Border Color

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

This div border color is #ee3add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee3add


Comments

No comments written yet.

Please login to write comment.