Color Hex Logo

#e31453 Color Hex

#E31453
(227,20,83)
0 Favorites   0 Comments

Color spaces of #e31453

RGB 2272083
HSL0.950.840.48
HSV342°91°89°
CMYK 0.000.910.63   0.11
XYZ33.490017.45579.7878
Yxy17.45570.55140.2874
Hunter Lab41.780069.966915.3562
CIE-Lab48.829273.716422.1819

#e31453 color RGB value is (227,20,83).

#e31453 hex color red value is 227, green value is 20 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #e31453 hue: 0.95 , saturation: 0.84 and the lightness value of e31453 is 0.48.

The process color (four color CMYK) of #e31453 color hex is 0.00, 0.91, 0.63, 0.11. Web safe color of #e31453 is #cc0066. Color #e31453 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010100 01010011
Octal 343 24 123
Decimal 227 20 83
Hex E3 14 53

RGB Percentages of Color #e31453

%68.79
%6.06
%25.15

CMYK Percentages of Color #e31453

%0
%91
%63
%11

Triadic Colors of #e31453

#e31453 #53e314 #1453e3

Analogous Colors of #e31453

#e31453 #e33d14 #e314bb

Monochromatic Colors of #e31453

#e31453

Complementary Color

#e31453 #14e3a4

#e31453 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31453 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31453 Color CSS Codes

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

#e31453 Text Font Color

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

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


#e31453 Background Color

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

This div background color is #e31453


#e31453 Border Color

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

This div border color is #e31453


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31453


Comments

No comments written yet.

Please login to write comment.