color codes Logo

#ee82cc color codes

#EE82CC
(238,130,204)
0 Favorites   0 Comments

Color spaces of #ee82cc

RGB 238130204
HSL0.890.760.72
HSV319°45°93°
CMYK 0.000.450.14   0.07
XYZ54.141638.502061.7048
Yxy38.50200.35080.2494
Hunter Lab62.050047.1624-15.5252
CIE-Lab68.389050.7318-20.0087

#ee82cc color RGB value is (238,130,204).

#ee82cc hex color red value is 238, green value is 130 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ee82cc hue: 0.89 , saturation: 0.76 and the lightness value of ee82cc is 0.72.

The process color (four color CMYK) of #ee82cc color code is 0.00, 0.45, 0.14, 0.07. Web safe color of #ee82cc is #ff99cc. Color #ee82cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000010 11001100
Octal 356 202 314
Decimal 238 130 204
Hex EE 82 CC

RGB Percentages of Color #ee82cc

%41.61
%22.73
%35.66

CMYK Percentages of Color #ee82cc

%0
%45
%14
%7

Triadic Colors of #ee82cc

#ee82cc #ccee82 #82ccee

Analogous Colors of #ee82cc

#ee82cc #ee8296 #da82ee

Monochromatic Colors of #ee82cc

#ee82cc

Complementary Color

#ee82cc #82eea4

#ee82cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee82cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee82cc Color CSS Codes

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

#ee82cc Text Font Color

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

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


#ee82cc Background Color

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

This div background color is #ee82cc


#ee82cc Border Color

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

This div border color is #ee82cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee82cc


Comments

No comments written yet.

Please login to write comment.