Color Hex Logo

#ee64a7 Color Hex

#EE64A7
(238,100,167)
0 Favorites   0 Comments

Color spaces of #ee64a7

RGB 238100167
HSL0.920.800.66
HSV331°58°93°
CMYK 0.000.580.30   0.07
XYZ46.792130.081539.8993
Yxy30.08150.40070.2576
Hunter Lab54.846656.3048-4.7391
CIE-Lab61.724559.7845-9.1116

#ee64a7 color RGB value is (238,100,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01100100 10100111
Octal 356 144 247
Decimal 238 100 167
Hex EE 64 A7

RGB Percentages of Color #ee64a7

%47.13
%19.80
%33.07

CMYK Percentages of Color #ee64a7

%0
%58
%30
%7

Triadic Colors of #ee64a7

#ee64a7 #a7ee64 #64a7ee

Analogous Colors of #ee64a7

#ee64a7 #ee6664 #ee64ec

Monochromatic Colors of #ee64a7

#ee64a7

Complementary Color

#ee64a7 #64eeab

#ee64a7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee64a7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee64a7 Color CSS Codes

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

#ee64a7 Text Font Color

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

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


#ee64a7 Background Color

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

This div background color is #ee64a7


#ee64a7 Border Color

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

This div border color is #ee64a7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee64a7


Comments

No comments written yet.

Please login to write comment.