Color Hex Logo

#e95779 Color Hex

#E95779
(233,87,121)
0 Favorites   0 Comments

Color spaces of #e95779

RGB 23387121
HSL0.960.770.63
HSV346°63°91°
CMYK 0.000.630.48   0.09
XYZ40.463725.520520.8824
Yxy25.52050.46580.2938
Hunter Lab50.517854.568510.8539
CIE-Lab57.579158.985511.5231

#e95779 color RGB value is (233,87,121).

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

The process color (four color CMYK) of #e95779 color hex is 0.00, 0.63, 0.48, 0.09. Web safe color of #e95779 is #ff6666. Color #e95779 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01010111 01111001
Octal 351 127 171
Decimal 233 87 121
Hex E9 57 79

RGB Percentages of Color #e95779

%52.83
%19.73
%27.44

CMYK Percentages of Color #e95779

%0
%63
%48
%9

Triadic Colors of #e95779

#e95779 #79e957 #5779e9

Analogous Colors of #e95779

#e95779 #e97e57 #e957c2

Monochromatic Colors of #e95779

#e95779

Complementary Color

#e95779 #57e9c7

#e95779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95779 Color CSS Codes

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

#e95779 Text Font Color

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

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


#e95779 Background Color

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

This div background color is #e95779


#e95779 Border Color

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

This div border color is #e95779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95779


Comments

No comments written yet.

Please login to write comment.