Color Hex Logo

#e31785 Color Hex

#E31785
(227,23,133)
0 Favorites   0 Comments

Color spaces of #e31785

RGB 22723133
HSL0.910.820.49
HSV328°90°89°
CMYK 0.000.900.41   0.11
XYZ36.218618.637123.8787
Yxy18.63710.46000.2367
Hunter Lab43.170774.2060-2.5752
CIE-Lab50.259976.8912-6.3679

#e31785 color RGB value is (227,23,133).

#e31785 hex color red value is 227, green value is 23 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #e31785 hue: 0.91 , saturation: 0.82 and the lightness value of e31785 is 0.49.

The process color (four color CMYK) of #e31785 color hex is 0.00, 0.90, 0.41, 0.11. Web safe color of #e31785 is #cc0099. Color #e31785 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010111 10000101
Octal 343 27 205
Decimal 227 23 133
Hex E3 17 85

RGB Percentages of Color #e31785

%59.27
%6.01
%34.73

CMYK Percentages of Color #e31785

%0
%90
%41
%11

Triadic Colors of #e31785

#e31785 #85e317 #1785e3

Analogous Colors of #e31785

#e31785 #e3171f #db17e3

Monochromatic Colors of #e31785

#e31785

Complementary Color

#e31785 #17e375

#e31785 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31785 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31785 Color CSS Codes

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

#e31785 Text Font Color

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

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


#e31785 Background Color

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

This div background color is #e31785


#e31785 Border Color

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

This div border color is #e31785


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,23,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e31785; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e31785;
  -webkit-box-shadow: 1px 1px 3px 2px #e31785;
  box-shadow:         1px 1px 3px 2px #e31785; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,23,133, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31785


Comments

No comments written yet.

Please login to write comment.