Color Hex Logo

#ee82ca Color Hex

#EE82CA
(238,130,202)
0 Favorites   0 Comments

Color spaces of #ee82ca

RGB 238130202
HSL0.890.760.72
HSV320°45°93°
CMYK 0.000.450.15   0.07
XYZ53.903238.406760.4493
Yxy38.40670.35290.2514
Hunter Lab61.973146.8033-14.4509
CIE-Lab68.319350.4229-18.9987

#ee82ca color RGB value is (238,130,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000010 11001010
Octal 356 202 312
Decimal 238 130 202
Hex EE 82 CA

RGB Percentages of Color #ee82ca

%41.75
%22.81
%35.44

CMYK Percentages of Color #ee82ca

%0
%45
%15
%7

Triadic Colors of #ee82ca

#ee82ca #caee82 #82caee

Analogous Colors of #ee82ca

#ee82ca #ee8294 #dc82ee

Monochromatic Colors of #ee82ca

#ee82ca

Complementary Color

#ee82ca #82eea6

#ee82ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee82ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee82ca Color CSS Codes

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

#ee82ca Text Font Color

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

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


#ee82ca Background Color

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

This div background color is #ee82ca


#ee82ca Border Color

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

This div border color is #ee82ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee82ca


Comments

No comments written yet.

Please login to write comment.