Color Hex Logo

#ee4660 Color Hex

#EE4660
(238,70,96)
0 Favorites   0 Comments

Color spaces of #ee4660

RGB 2387096
HSL0.970.830.60
HSV351°71°93°
CMYK 0.000.710.60   0.07
XYZ39.561423.402013.4983
Yxy23.40200.51740.3061
Hunter Lab48.375661.319317.3192
CIE-Lab55.484065.199123.5236

#ee4660 color RGB value is (238,70,96).

#ee4660 hex color red value is 238, green value is 70 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #ee4660 hue: 0.97 , saturation: 0.83 and the lightness value of ee4660 is 0.60.

The process color (four color CMYK) of #ee4660 color hex is 0.00, 0.71, 0.60, 0.07. Web safe color of #ee4660 is #ff3366. Color #ee4660 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01000110 01100000
Octal 356 106 140
Decimal 238 70 96
Hex EE 46 60

RGB Percentages of Color #ee4660

%58.91
%17.33
%23.76

CMYK Percentages of Color #ee4660

%0
%71
%60
%7

Triadic Colors of #ee4660

#ee4660 #60ee46 #4660ee

Analogous Colors of #ee4660

#ee4660 #ee8046 #ee46b4

Monochromatic Colors of #ee4660

#ee4660

Complementary Color

#ee4660 #46eed4

#ee4660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee4660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee4660 Color CSS Codes

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

#ee4660 Text Font Color

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

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


#ee4660 Background Color

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

This div background color is #ee4660


#ee4660 Border Color

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

This div border color is #ee4660


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee4660


Comments

No comments written yet.

Please login to write comment.