Color Hex Logo

#e95164 Color Hex

#E95164
(233,81,100)
0 Favorites   0 Comments

Color spaces of #e95164

RGB 23381100
HSL0.980.780.62
HSV353°65°91°
CMYK 0.000.650.57   0.09
XYZ38.847024.128614.6664
Yxy24.12860.50030.3108
Hunter Lab49.120955.204316.6819
CIE-Lab56.216359.781821.9887

#e95164 color RGB value is (233,81,100).

#e95164 hex color red value is 233, green value is 81 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #e95164 hue: 0.98 , saturation: 0.78 and the lightness value of e95164 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01010001 01100100
Octal 351 121 144
Decimal 233 81 100
Hex E9 51 64

RGB Percentages of Color #e95164

%56.28
%19.57
%24.15

CMYK Percentages of Color #e95164

%0
%65
%57
%9

Triadic Colors of #e95164

#e95164 #64e951 #5164e9

Analogous Colors of #e95164

#e95164 #e98a51 #e951b0

Monochromatic Colors of #e95164

#e95164

Complementary Color

#e95164 #51e9d6

#e95164 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95164 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95164 Color CSS Codes

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

#e95164 Text Font Color

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

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


#e95164 Background Color

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

This div background color is #e95164


#e95164 Border Color

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

This div border color is #e95164


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,81,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 #e95164">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95164


Comments

No comments written yet.

Please login to write comment.