Color Hex Logo

#ee64af Color Hex

#EE64AF
(238,100,175)
0 Favorites   0 Comments

Color spaces of #ee64af

RGB 238100175
HSL0.910.800.66
HSV327°58°93°
CMYK 0.000.580.26   0.07
XYZ47.554930.386643.9162
Yxy30.38660.39020.2494
Hunter Lab55.124057.5229-8.6483
CIE-Lab61.986460.7895-13.3103

#ee64af color RGB value is (238,100,175).

#ee64af hex color red value is 238, green value is 100 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ee64af hue: 0.91 , saturation: 0.80 and the lightness value of ee64af is 0.66.

The process color (four color CMYK) of #ee64af color hex is 0.00, 0.58, 0.26, 0.07. Web safe color of #ee64af is #ff6699. Color #ee64af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01100100 10101111
Octal 356 144 257
Decimal 238 100 175
Hex EE 64 AF

RGB Percentages of Color #ee64af

%46.39
%19.49
%34.11

CMYK Percentages of Color #ee64af

%0
%58
%26
%7

Triadic Colors of #ee64af

#ee64af #afee64 #64afee

Analogous Colors of #ee64af

#ee64af #ee646a #e864ee

Monochromatic Colors of #ee64af

#ee64af

Complementary Color

#ee64af #64eea3

#ee64af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee64af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee64af Color CSS Codes

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

#ee64af Text Font Color

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

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


#ee64af Background Color

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

This div background color is #ee64af


#ee64af Border Color

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

This div border color is #ee64af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee64af


Comments

No comments written yet.

Please login to write comment.