Color Hex Logo

#ee417a Color Hex

#EE417A
(238,65,122)
0 Favorites   0 Comments

Color spaces of #ee417a

RGB 23865122
HSL0.950.840.59
HSV340°73°93°
CMYK 0.000.730.49   0.07
XYZ40.663023.362920.7787
Yxy23.36290.47950.2755
Hunter Lab48.335265.58038.3466
CIE-Lab55.444268.80428.0335

#ee417a color RGB value is (238,65,122).

#ee417a hex color red value is 238, green value is 65 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ee417a hue: 0.95 , saturation: 0.84 and the lightness value of ee417a is 0.59.

The process color (four color CMYK) of #ee417a color hex is 0.00, 0.73, 0.49, 0.07. Web safe color of #ee417a is #ff3366. Color #ee417a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01000001 01111010
Octal 356 101 172
Decimal 238 65 122
Hex EE 41 7A

RGB Percentages of Color #ee417a

%56.00
%15.29
%28.71

CMYK Percentages of Color #ee417a

%0
%73
%49
%7

Triadic Colors of #ee417a

#ee417a #7aee41 #417aee

Analogous Colors of #ee417a

#ee417a #ee5f41 #ee41d1

Monochromatic Colors of #ee417a

#ee417a

Complementary Color

#ee417a #41eeb5

#ee417a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee417a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee417a Color CSS Codes

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

#ee417a Text Font Color

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

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


#ee417a Background Color

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

This div background color is #ee417a


#ee417a Border Color

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

This div border color is #ee417a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee417a


Comments

No comments written yet.

Please login to write comment.