Color Hex Logo

#e45c66 Color Hex

#E45C66
(228,92,102)
0 Favorites   0 Comments

Color spaces of #e45c66

RGB 22892102
HSL0.990.720.63
HSV356°60°89°
CMYK 0.000.600.55   0.11
XYZ38.220325.107615.4022
Yxy25.10760.48550.3189
Hunter Lab50.107548.465716.8505
CIE-Lab57.180153.621321.9638

#e45c66 color RGB value is (228,92,102).

#e45c66 hex color red value is 228, green value is 92 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #e45c66 hue: 0.99 , saturation: 0.72 and the lightness value of e45c66 is 0.63.

The process color (four color CMYK) of #e45c66 color hex is 0.00, 0.60, 0.55, 0.11. Web safe color of #e45c66 is #cc6666. Color #e45c66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01011100 01100110
Octal 344 134 146
Decimal 228 92 102
Hex E4 5C 66

RGB Percentages of Color #e45c66

%54.03
%21.80
%24.17

CMYK Percentages of Color #e45c66

%0
%60
%55
%11

Triadic Colors of #e45c66

#e45c66 #66e45c #5c66e4

Analogous Colors of #e45c66

#e45c66 #e4965c #e45caa

Monochromatic Colors of #e45c66

#e45c66

Complementary Color

#e45c66 #5ce4da

#e45c66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e45c66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e45c66 Color CSS Codes

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

#e45c66 Text Font Color

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

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


#e45c66 Background Color

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

This div background color is #e45c66


#e45c66 Border Color

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

This div border color is #e45c66


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,92,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e45c66; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e45c66;
  -webkit-box-shadow: 1px 1px 3px 2px #e45c66;
  box-shadow:         1px 1px 3px 2px #e45c66; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,92,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e45c66


Comments

No comments written yet.

Please login to write comment.