Color Hex Logo

#e3317e Color Hex

#E3317E
(227,49,126)
0 Favorites   0 Comments

Color spaces of #e3317e

RGB 22749126
HSL0.930.760.54
HSV334°78°89°
CMYK 0.000.780.44   0.11
XYZ36.542820.033921.6796
Yxy20.03390.46700.2560
Hunter Lab44.759267.40412.6138
CIE-Lab51.875571.00570.2400

#e3317e color RGB value is (227,49,126).

#e3317e hex color red value is 227, green value is 49 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #e3317e hue: 0.93 , saturation: 0.76 and the lightness value of e3317e is 0.54.

The process color (four color CMYK) of #e3317e color hex is 0.00, 0.78, 0.44, 0.11. Web safe color of #e3317e is #cc3366. Color #e3317e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00110001 01111110
Octal 343 61 176
Decimal 227 49 126
Hex E3 31 7E

RGB Percentages of Color #e3317e

%56.47
%12.19
%31.34

CMYK Percentages of Color #e3317e

%0
%78
%44
%11

Triadic Colors of #e3317e

#e3317e #7ee331 #317ee3

Analogous Colors of #e3317e

#e3317e #e33d31 #e331d7

Monochromatic Colors of #e3317e

#e3317e

Complementary Color

#e3317e #31e396

#e3317e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3317e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3317e Color CSS Codes

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

#e3317e Text Font Color

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

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


#e3317e Background Color

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

This div background color is #e3317e


#e3317e Border Color

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

This div border color is #e3317e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3317e


Comments

No comments written yet.

Please login to write comment.