color codes Logo

#ee2cdc color codes

#EE2CDC
(238,44,220)
0 Favorites   0 Comments

Color spaces of #ee2cdc

RGB 23844220
HSL0.850.850.55
HSV306°82°93°
CMYK 0.000.820.08   0.07
XYZ49.078825.145869.9770
Yxy25.14580.34030.1744
Hunter Lab50.145686.9478-47.6359
CIE-Lab57.217285.5417-46.3585

#ee2cdc color RGB value is (238,44,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00101100 11011100
Octal 356 54 334
Decimal 238 44 220
Hex EE 2C DC

RGB Percentages of Color #ee2cdc

%47.41
%8.76
%43.82

CMYK Percentages of Color #ee2cdc

%0
%82
%8
%7

Triadic Colors of #ee2cdc

#ee2cdc #dcee2c #2cdcee

Analogous Colors of #ee2cdc

#ee2cdc #ee2c7b #9f2cee

Monochromatic Colors of #ee2cdc

#ee2cdc

Complementary Color

#ee2cdc #2cee3e

#ee2cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee2cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee2cdc Color CSS Codes

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

#ee2cdc Text Font Color

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

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


#ee2cdc Background Color

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

This div background color is #ee2cdc


#ee2cdc Border Color

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

This div border color is #ee2cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee2cdc

#ee2cdc Color Palettes


Comments

No comments written yet.

Please login to write comment.