Color Hex Logo

#e31273 Color Hex

#E31273
(227,18,115)
0 Favorites   0 Comments

Color spaces of #e31273

RGB 22718115
HSL0.920.850.48
HSV332°92°89°
CMYK 0.000.920.49   0.11
XYZ34.989418.001317.8501
Yxy18.00130.49390.2541
Hunter Lab42.427972.95624.7553
CIE-Lab49.497776.02853.4667

#e31273 color RGB value is (227,18,115).

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

The process color (four color CMYK) of #e31273 color hex is 0.00, 0.92, 0.49, 0.11. Web safe color of #e31273 is #cc0066. Color #e31273 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010010 01110011
Octal 343 22 163
Decimal 227 18 115
Hex E3 12 73

RGB Percentages of Color #e31273

%63.06
%5.00
%31.94

CMYK Percentages of Color #e31273

%0
%92
%49
%11

Triadic Colors of #e31273

#e31273 #73e312 #1273e3

Analogous Colors of #e31273

#e31273 #e31a12 #e312dc

Monochromatic Colors of #e31273

#e31273

Complementary Color

#e31273 #12e382

#e31273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31273 Color CSS Codes

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

#e31273 Text Font Color

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

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


#e31273 Background Color

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

This div background color is #e31273


#e31273 Border Color

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

This div border color is #e31273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31273


Comments

No comments written yet.

Please login to write comment.