Color Hex Logo

#e31063 Color Hex

#E31063
(227,16,99)
0 Favorites   0 Comments

Color spaces of #e31063

RGB 2271699
HSL0.930.870.48
HSV336°93°89°
CMYK 0.000.930.56   0.11
XYZ34.116017.602313.4039
Yxy17.60230.52390.2703
Hunter Lab41.955171.726810.4265
CIE-Lab49.010175.123212.5947

#e31063 color RGB value is (227,16,99).

#e31063 hex color red value is 227, green value is 16 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #e31063 hue: 0.93 , saturation: 0.87 and the lightness value of e31063 is 0.48.

The process color (four color CMYK) of #e31063 color hex is 0.00, 0.93, 0.56, 0.11. Web safe color of #e31063 is #cc0066. Color #e31063 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010000 01100011
Octal 343 20 143
Decimal 227 16 99
Hex E3 10 63

RGB Percentages of Color #e31063

%66.37
%4.68
%28.95

CMYK Percentages of Color #e31063

%0
%93
%56
%11

Triadic Colors of #e31063

#e31063 #63e310 #1063e3

Analogous Colors of #e31063

#e31063 #e32610 #e310cd

Monochromatic Colors of #e31063

#e31063

Complementary Color

#e31063 #10e390

#e31063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31063 Color CSS Codes

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

#e31063 Text Font Color

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

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


#e31063 Background Color

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

This div background color is #e31063


#e31063 Border Color

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

This div border color is #e31063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31063


Comments

No comments written yet.

Please login to write comment.