Color Hex Logo

#ee3ced Color Hex

#EE3CED
(238,60,237)
0 Favorites   0 Comments

Color spaces of #ee3ced

RGB 23860237
HSL0.830.840.58
HSV300°75°93°
CMYK 0.000.750.00   0.07
XYZ52.161827.523382.6841
Yxy27.52330.32130.1695
Hunter Lab52.462785.6667-56.7205
CIE-Lab59.455684.1228-52.3710

#ee3ced color RGB value is (238,60,237).

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

The process color (four color CMYK) of #ee3ced color hex is 0.00, 0.75, 0.00, 0.07. Web safe color of #ee3ced is #ff33ff. Color #ee3ced contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00111100 11101101
Octal 356 74 355
Decimal 238 60 237
Hex EE 3C ED

RGB Percentages of Color #ee3ced

%44.49
%11.21
%44.30

CMYK Percentages of Color #ee3ced

%0
%75
%0
%7

Triadic Colors of #ee3ced

#ee3ced #edee3c #3cedee

Analogous Colors of #ee3ced

#ee3ced #ee3c94 #963cee

Monochromatic Colors of #ee3ced

#ee3ced

Complementary Color

#ee3ced #3cee3d

#ee3ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee3ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee3ced Color CSS Codes

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

#ee3ced Text Font Color

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

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


#ee3ced Background Color

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

This div background color is #ee3ced


#ee3ced Border Color

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

This div border color is #ee3ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee3ced


Comments

No comments written yet.

Please login to write comment.