Color Hex Logo

#ee97ca Color Hex

#EE97CA
(238,151,202)
0 Favorites   0 Comments

Color spaces of #ee97ca

RGB 238151202
HSL0.900.720.76
HSV325°37°93°
CMYK 0.000.370.15   0.07
XYZ56.987244.574661.4773
Yxy44.57460.34950.2734
Hunter Lab66.764235.5229-7.8600
CIE-Lab72.610939.6717-12.5259

#ee97ca color RGB value is (238,151,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010111 11001010
Octal 356 227 312
Decimal 238 151 202
Hex EE 97 CA

RGB Percentages of Color #ee97ca

%40.27
%25.55
%34.18

CMYK Percentages of Color #ee97ca

%0
%37
%15
%7

Triadic Colors of #ee97ca

#ee97ca #caee97 #97caee

Analogous Colors of #ee97ca

#ee97ca #ee979f #e797ee

Monochromatic Colors of #ee97ca

#ee97ca

Complementary Color

#ee97ca #97eebb

#ee97ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee97ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee97ca Color CSS Codes

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

#ee97ca Text Font Color

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

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


#ee97ca Background Color

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

This div background color is #ee97ca


#ee97ca Border Color

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

This div border color is #ee97ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee97ca


Comments

No comments written yet.

Please login to write comment.