Color Hex Logo

#ee82cd Color Hex

#EE82CD
(238,130,205)
0 Favorites   0 Comments

Color spaces of #ee82cd

RGB 238130205
HSL0.880.760.72
HSV318°45°93°
CMYK 0.000.450.14   0.07
XYZ54.262038.550262.3386
Yxy38.55020.34970.2485
Hunter Lab62.088847.3432-16.0664
CIE-Lab68.424250.8871-20.5128

#ee82cd color RGB value is (238,130,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000010 11001101
Octal 356 202 315
Decimal 238 130 205
Hex EE 82 CD

RGB Percentages of Color #ee82cd

%41.54
%22.69
%35.78

CMYK Percentages of Color #ee82cd

%0
%45
%14
%7

Triadic Colors of #ee82cd

#ee82cd #cdee82 #82cdee

Analogous Colors of #ee82cd

#ee82cd #ee8297 #d982ee

Monochromatic Colors of #ee82cd

#ee82cd

Complementary Color

#ee82cd #82eea3

#ee82cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee82cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee82cd Color CSS Codes

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

#ee82cd Text Font Color

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

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


#ee82cd Background Color

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

This div background color is #ee82cd


#ee82cd Border Color

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

This div border color is #ee82cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee82cd


Comments

No comments written yet.

Please login to write comment.