Color Hex Logo

#ee6acd Color Hex

#EE6ACD
(238,106,205)
0 Favorites   0 Comments

Color spaces of #ee6acd

RGB 238106205
HSL0.880.800.67
HSV315°55°93°
CMYK 0.000.550.14   0.07
XYZ51.433432.893061.3958
Yxy32.89300.35300.2257
Hunter Lab57.352459.7113-23.3233
CIE-Lab64.074262.3008-27.1713

#ee6acd color RGB value is (238,106,205).

#ee6acd hex color red value is 238, green value is 106 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ee6acd hue: 0.88 , saturation: 0.80 and the lightness value of ee6acd is 0.67.

The process color (four color CMYK) of #ee6acd color hex is 0.00, 0.55, 0.14, 0.07. Web safe color of #ee6acd is #ff66cc. Color #ee6acd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01101010 11001101
Octal 356 152 315
Decimal 238 106 205
Hex EE 6A CD

RGB Percentages of Color #ee6acd

%43.35
%19.31
%37.34

CMYK Percentages of Color #ee6acd

%0
%55
%14
%7

Triadic Colors of #ee6acd

#ee6acd #cdee6a #6acdee

Analogous Colors of #ee6acd

#ee6acd #ee6a8b #cd6aee

Monochromatic Colors of #ee6acd

#ee6acd

Complementary Color

#ee6acd #6aee8b

#ee6acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee6acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee6acd Color CSS Codes

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

#ee6acd Text Font Color

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

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


#ee6acd Background Color

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

This div background color is #ee6acd


#ee6acd Border Color

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

This div border color is #ee6acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee6acd


Comments

No comments written yet.

Please login to write comment.