Color Hex Logo

#e13255 Color Hex

#E13255
(225,50,85)
0 Favorites   0 Comments

Color spaces of #e13255

RGB 2255085
HSL0.970.740.54
HSV348°78°88°
CMYK 0.000.780.62   0.12
XYZ33.831618.944610.4679
Yxy18.94460.53490.2995
Hunter Lab43.525462.575816.2085
CIE-Lab50.622367.183923.2448

#e13255 color RGB value is (225,50,85).

#e13255 hex color red value is 225, green value is 50 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #e13255 hue: 0.97 , saturation: 0.74 and the lightness value of e13255 is 0.54.

The process color (four color CMYK) of #e13255 color hex is 0.00, 0.78, 0.62, 0.12. Web safe color of #e13255 is #cc3366. Color #e13255 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110010 01010101
Octal 341 62 125
Decimal 225 50 85
Hex E1 32 55

RGB Percentages of Color #e13255

%62.50
%13.89
%23.61

CMYK Percentages of Color #e13255

%0
%78
%62
%12

Triadic Colors of #e13255

#e13255 #55e132 #3255e1

Analogous Colors of #e13255

#e13255 #e16732 #e132ad

Monochromatic Colors of #e13255

#e13255

Complementary Color

#e13255 #32e1be

#e13255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13255 Color CSS Codes

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

#e13255 Text Font Color

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

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


#e13255 Background Color

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

This div background color is #e13255


#e13255 Border Color

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

This div border color is #e13255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13255


Comments

No comments written yet.

Please login to write comment.