Color Hex Logo

#ee1edc Color Hex

#EE1EDC
(238,30,220)
0 Favorites   0 Comments

Color spaces of #ee1edc

RGB 23830220
HSL0.850.860.53
HSV305°87°93°
CMYK 0.000.870.08   0.07
XYZ48.642424.273069.8316
Yxy24.27300.34080.1700
Hunter Lab49.267690.0164-49.5499
CIE-Lab56.360188.0437-47.7167

#ee1edc color RGB value is (238,30,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00011110 11011100
Octal 356 36 334
Decimal 238 30 220
Hex EE 1E DC

RGB Percentages of Color #ee1edc

%48.77
%6.15
%45.08

CMYK Percentages of Color #ee1edc

%0
%87
%8
%7

Triadic Colors of #ee1edc

#ee1edc #dcee1e #1edcee

Analogous Colors of #ee1edc

#ee1edc #ee1e74 #981eee

Monochromatic Colors of #ee1edc

#ee1edc

Complementary Color

#ee1edc #1eee30

#ee1edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee1edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee1edc Color CSS Codes

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

#ee1edc Text Font Color

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

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


#ee1edc Background Color

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

This div background color is #ee1edc


#ee1edc Border Color

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

This div border color is #ee1edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee1edc


Comments

No comments written yet.

Please login to write comment.