Color Hex Logo

#e95974 Color Hex

#E95974
(233,89,116)
0 Favorites   0 Comments

Color spaces of #e95974

RGB 23389116
HSL0.970.770.63
HSV349°62°91°
CMYK 0.000.620.50   0.09
XYZ40.329025.729319.3637
Yxy25.72930.47210.3012
Hunter Lab50.724153.152312.8731
CIE-Lab57.779257.705114.7348

#e95974 color RGB value is (233,89,116).

#e95974 hex color red value is 233, green value is 89 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #e95974 hue: 0.97 , saturation: 0.77 and the lightness value of e95974 is 0.63.

The process color (four color CMYK) of #e95974 color hex is 0.00, 0.62, 0.50, 0.09. Web safe color of #e95974 is #ff6666. Color #e95974 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011001 01110100
Octal 351 131 164
Decimal 233 89 116
Hex E9 59 74

RGB Percentages of Color #e95974

%53.20
%20.32
%26.48

CMYK Percentages of Color #e95974

%0
%62
%50
%9

Triadic Colors of #e95974

#e95974 #74e959 #5974e9

Analogous Colors of #e95974

#e95974 #e98659 #e959bc

Monochromatic Colors of #e95974

#e95974

Complementary Color

#e95974 #59e9ce

#e95974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95974 Color CSS Codes

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

#e95974 Text Font Color

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

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


#e95974 Background Color

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

This div background color is #e95974


#e95974 Border Color

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

This div border color is #e95974


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,89,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e95974; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e95974;
  -webkit-box-shadow: 1px 1px 3px 2px #e95974;
  box-shadow:         1px 1px 3px 2px #e95974; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,89,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95974


Comments

No comments written yet.

Please login to write comment.