Color Hex Logo

#ee1ddc Color Hex

#EE1DDC
(238,29,220)
0 Favorites   0 Comments

Color spaces of #ee1ddc

RGB 23829220
HSL0.850.860.52
HSV305°88°93°
CMYK 0.000.880.08   0.07
XYZ48.617524.223269.8233
Yxy24.22320.34080.1698
Hunter Lab49.217190.1956-49.6616
CIE-Lab56.310688.1889-47.7952

#ee1ddc color RGB value is (238,29,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00011101 11011100
Octal 356 35 334
Decimal 238 29 220
Hex EE 1D DC

RGB Percentages of Color #ee1ddc

%48.87
%5.95
%45.17

CMYK Percentages of Color #ee1ddc

%0
%88
%8
%7

Triadic Colors of #ee1ddc

#ee1ddc #dcee1d #1ddcee

Analogous Colors of #ee1ddc

#ee1ddc #ee1d74 #981dee

Monochromatic Colors of #ee1ddc

#ee1ddc

Complementary Color

#ee1ddc #1dee2f

#ee1ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee1ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee1ddc Color CSS Codes

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

#ee1ddc Text Font Color

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

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


#ee1ddc Background Color

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

This div background color is #ee1ddc


#ee1ddc Border Color

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

This div border color is #ee1ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee1ddc


Comments

No comments written yet.

Please login to write comment.