Color Hex Logo

#e95965 Color Hex

#E95965
(233,89,101)
0 Favorites   0 Comments

Color spaces of #e95965

RGB 23389101
HSL0.990.770.63
HSV355°62°91°
CMYK 0.000.620.57   0.09
XYZ39.525625.408015.1329
Yxy25.40800.49370.3173
Hunter Lab50.406351.757817.4845
CIE-Lab57.470856.522723.0760

#e95965 color RGB value is (233,89,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011001 01100101
Octal 351 131 145
Decimal 233 89 101
Hex E9 59 65

RGB Percentages of Color #e95965

%55.08
%21.04
%23.88

CMYK Percentages of Color #e95965

%0
%62
%57
%9

Triadic Colors of #e95965

#e95965 #65e959 #5965e9

Analogous Colors of #e95965

#e95965 #e99559 #e959ad

Monochromatic Colors of #e95965

#e95965

Complementary Color

#e95965 #59e9dd

#e95965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95965 Color CSS Codes

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

#e95965 Text Font Color

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

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


#e95965 Background Color

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

This div background color is #e95965


#e95965 Border Color

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

This div border color is #e95965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95965


Comments

No comments written yet.

Please login to write comment.