Color Hex Logo

#e310d9 Color Hex

#E310D9
(227,16,217)
0 Favorites   0 Comments

Color spaces of #e310d9

RGB 22716217
HSL0.840.870.48
HSV303°93°89°
CMYK 0.000.930.04   0.11
XYZ44.388221.711267.4968
Yxy21.71120.33230.1625
Hunter Lab46.595388.5033-53.2694
CIE-Lab53.719287.4098-50.3258

#e310d9 color RGB value is (227,16,217).

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

The process color (four color CMYK) of #e310d9 color hex is 0.00, 0.93, 0.04, 0.11. Web safe color of #e310d9 is #cc00cc. Color #e310d9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010000 11011001
Octal 343 20 331
Decimal 227 16 217
Hex E3 10 D9

RGB Percentages of Color #e310d9

%49.35
%3.48
%47.17

CMYK Percentages of Color #e310d9

%0
%93
%4
%11

Triadic Colors of #e310d9

#e310d9 #d9e310 #10d9e3

Analogous Colors of #e310d9

#e310d9 #e31070 #8410e3

Monochromatic Colors of #e310d9

#e310d9

Complementary Color

#e310d9 #10e31a

#e310d9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e310d9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e310d9 Color CSS Codes

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

#e310d9 Text Font Color

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

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


#e310d9 Background Color

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

This div background color is #e310d9


#e310d9 Border Color

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

This div border color is #e310d9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e310d9


Comments

No comments written yet.

Please login to write comment.