Color Hex Logo

#e31385 Color Hex

#E31385
(227,19,133)
0 Favorites   0 Comments

Color spaces of #e31385

RGB 22719133
HSL0.910.850.48
HSV327°92°89°
CMYK 0.000.920.41   0.11
XYZ36.145118.490123.8542
Yxy18.49010.46050.2356
Hunter Lab43.000174.7936-2.7909
CIE-Lab50.085277.3987-6.6278

#e31385 color RGB value is (227,19,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010011 10000101
Octal 343 23 205
Decimal 227 19 133
Hex E3 13 85

RGB Percentages of Color #e31385

%59.89
%5.01
%35.09

CMYK Percentages of Color #e31385

%0
%92
%41
%11

Triadic Colors of #e31385

#e31385 #85e313 #1385e3

Analogous Colors of #e31385

#e31385 #e3131d #d913e3

Monochromatic Colors of #e31385

#e31385

Complementary Color

#e31385 #13e371

#e31385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31385 Color CSS Codes

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

#e31385 Text Font Color

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

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


#e31385 Background Color

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

This div background color is #e31385


#e31385 Border Color

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

This div border color is #e31385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31385


Comments

No comments written yet.

Please login to write comment.