Color Hex Logo

#ee1dda Color Hex

#EE1DDA
(238,29,218)
0 Favorites   0 Comments

Color spaces of #ee1dda

RGB 23829218
HSL0.850.860.52
HSV306°88°93°
CMYK 0.000.880.08   0.07
XYZ48.354124.117868.4363
Yxy24.11780.34320.1712
Hunter Lab49.109989.8107-48.2457
CIE-Lab56.205587.9181-46.8267

#ee1dda color RGB value is (238,29,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00011101 11011010
Octal 356 35 332
Decimal 238 29 218
Hex EE 1D DA

RGB Percentages of Color #ee1dda

%49.07
%5.98
%44.95

CMYK Percentages of Color #ee1dda

%0
%88
%8
%7

Triadic Colors of #ee1dda

#ee1dda #daee1d #1ddaee

Analogous Colors of #ee1dda

#ee1dda #ee1d72 #9a1dee

Monochromatic Colors of #ee1dda

#ee1dda

Complementary Color

#ee1dda #1dee31

#ee1dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee1dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee1dda Color CSS Codes

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

#ee1dda Text Font Color

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

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


#ee1dda Background Color

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

This div background color is #ee1dda


#ee1dda Border Color

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

This div border color is #ee1dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee1dda


Comments

No comments written yet.

Please login to write comment.