Color Hex Logo

#e5095f Color Hex

#E5095F
(229,9,95)
0 Favorites   0 Comments

Color spaces of #e5095f

RGB 229995
HSL0.930.920.47
HSV337°96°90°
CMYK 0.000.960.59   0.10
XYZ34.476317.679612.4219
Yxy17.67960.53390.2738
Hunter Lab42.047172.777611.9170
CIE-Lab49.105275.960115.2501

#e5095f color RGB value is (229,9,95).

#e5095f hex color red value is 229, green value is 9 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #e5095f hue: 0.93 , saturation: 0.92 and the lightness value of e5095f is 0.47.

The process color (four color CMYK) of #e5095f color hex is 0.00, 0.96, 0.59, 0.10. Web safe color of #e5095f is #cc0066. Color #e5095f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00001001 01011111
Octal 345 11 137
Decimal 229 9 95
Hex E5 9 5F

RGB Percentages of Color #e5095f

%68.77
%2.70
%28.53

CMYK Percentages of Color #e5095f

%0
%96
%59
%10

Triadic Colors of #e5095f

#e5095f #5fe509 #095fe5

Analogous Colors of #e5095f

#e5095f #e52109 #e509cd

Monochromatic Colors of #e5095f

#e5095f

Complementary Color

#e5095f #09e58f

#e5095f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5095f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5095f Color CSS Codes

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

#e5095f Text Font Color

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

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


#e5095f Background Color

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

This div background color is #e5095f


#e5095f Border Color

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

This div border color is #e5095f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,9,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e5095f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e5095f;
  -webkit-box-shadow: 1px 1px 3px 2px #e5095f;
  box-shadow:         1px 1px 3px 2px #e5095f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,9,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5095f


Comments

No comments written yet.

Please login to write comment.