Color Hex Logo

#ee68ca Color Hex

#EE68CA
(238,104,202)
0 Favorites   0 Comments

Color spaces of #ee68ca

RGB 238104202
HSL0.880.800.67
HSV316°56°93°
CMYK 0.000.560.15   0.07
XYZ50.870932.342059.4386
Yxy32.34200.35660.2267
Hunter Lab56.870060.1478-22.1589
CIE-Lab63.624562.7481-26.1718

#ee68ca color RGB value is (238,104,202).

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

The process color (four color CMYK) of #ee68ca color hex is 0.00, 0.56, 0.15, 0.07. Web safe color of #ee68ca is #ff66cc. Color #ee68ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01101000 11001010
Octal 356 150 312
Decimal 238 104 202
Hex EE 68 CA

RGB Percentages of Color #ee68ca

%43.75
%19.12
%37.13

CMYK Percentages of Color #ee68ca

%0
%56
%15
%7

Triadic Colors of #ee68ca

#ee68ca #caee68 #68caee

Analogous Colors of #ee68ca

#ee68ca #ee6887 #cf68ee

Monochromatic Colors of #ee68ca

#ee68ca

Complementary Color

#ee68ca #68ee8c

#ee68ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee68ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee68ca Color CSS Codes

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

#ee68ca Text Font Color

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

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


#ee68ca Background Color

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

This div background color is #ee68ca


#ee68ca Border Color

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

This div border color is #ee68ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee68ca


Comments

No comments written yet.

Please login to write comment.