Color Hex Logo

#e95055 Color Hex

#E95055
(233,80,85)
0 Favorites   0 Comments

Color spaces of #e95055

RGB 2338085
HSL0.990.780.61
HSV358°66°91°
CMYK 0.000.660.64   0.09
XYZ38.112623.716811.1634
Yxy23.71680.52210.3249
Hunter Lab48.699954.469520.4990
CIE-Lab55.803159.209630.1914

#e95055 color RGB value is (233,80,85).

#e95055 hex color red value is 233, green value is 80 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #e95055 hue: 0.99 , saturation: 0.78 and the lightness value of e95055 is 0.61.

The process color (four color CMYK) of #e95055 color hex is 0.00, 0.66, 0.64, 0.09. Web safe color of #e95055 is #ff6666. Color #e95055 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01010000 01010101
Octal 351 120 125
Decimal 233 80 85
Hex E9 50 55

RGB Percentages of Color #e95055

%58.54
%20.10
%21.36

CMYK Percentages of Color #e95055

%0
%66
%64
%9

Triadic Colors of #e95055

#e95055 #55e950 #5055e9

Analogous Colors of #e95055

#e95055 #e99850 #e950a2

Monochromatic Colors of #e95055

#e95055

Complementary Color

#e95055 #50e9e4

#e95055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95055 Color CSS Codes

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

#e95055 Text Font Color

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

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


#e95055 Background Color

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

This div background color is #e95055


#e95055 Border Color

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

This div border color is #e95055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95055


Comments

No comments written yet.

Please login to write comment.