Color Hex Logo

#e31868 Color Hex

#E31868
(227,24,104)
0 Favorites   0 Comments

Color spaces of #e31868

RGB 22724104
HSL0.930.810.49
HSV336°89°89°
CMYK 0.000.890.54   0.11
XYZ34.503917.983614.7493
Yxy17.98360.51320.2675
Hunter Lab42.407171.02159.0637
CIE-Lab49.476274.455910.1750

#e31868 color RGB value is (227,24,104).

#e31868 hex color red value is 227, green value is 24 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #e31868 hue: 0.93 , saturation: 0.81 and the lightness value of e31868 is 0.49.

The process color (four color CMYK) of #e31868 color hex is 0.00, 0.89, 0.54, 0.11. Web safe color of #e31868 is #cc0066. Color #e31868 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011000 01101000
Octal 343 30 150
Decimal 227 24 104
Hex E3 18 68

RGB Percentages of Color #e31868

%63.94
%6.76
%29.30

CMYK Percentages of Color #e31868

%0
%89
%54
%11

Triadic Colors of #e31868

#e31868 #68e318 #1868e3

Analogous Colors of #e31868

#e31868 #e32e18 #e318ce

Monochromatic Colors of #e31868

#e31868

Complementary Color

#e31868 #18e393

#e31868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31868 Color CSS Codes

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

#e31868 Text Font Color

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

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


#e31868 Background Color

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

This div background color is #e31868


#e31868 Border Color

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

This div border color is #e31868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31868


Comments

No comments written yet.

Please login to write comment.