Color Hex Logo

#e95964 Color Hex

#E95964
(233,89,100)
0 Favorites   0 Comments

Color spaces of #e95964

RGB 23389100
HSL0.990.770.63
HSV355°62°91°
CMYK 0.000.620.57   0.09
XYZ39.476925.388514.8764
Yxy25.38850.49510.3184
Hunter Lab50.387051.672817.7660
CIE-Lab57.452056.450423.6322

#e95964 color RGB value is (233,89,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011001 01100100
Octal 351 131 144
Decimal 233 89 100
Hex E9 59 64

RGB Percentages of Color #e95964

%55.21
%21.09
%23.70

CMYK Percentages of Color #e95964

%0
%62
%57
%9

Triadic Colors of #e95964

#e95964 #64e959 #5964e9

Analogous Colors of #e95964

#e95964 #e99659 #e959ac

Monochromatic Colors of #e95964

#e95964

Complementary Color

#e95964 #59e9de

#e95964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95964 Color CSS Codes

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

#e95964 Text Font Color

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

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


#e95964 Background Color

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

This div background color is #e95964


#e95964 Border Color

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

This div border color is #e95964


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95964


Comments

No comments written yet.

Please login to write comment.