Color Hex Logo

#e3316a Color Hex

#E3316A
(227,49,106)
0 Favorites   0 Comments

Color spaces of #e3316a

RGB 22749106
HSL0.950.760.54
HSV341°78°89°
CMYK 0.000.780.53   0.11
XYZ35.378419.568115.5480
Yxy19.56810.50190.2776
Hunter Lab44.235865.345810.1259
CIE-Lab51.345369.387611.5761

#e3316a color RGB value is (227,49,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00110001 01101010
Octal 343 61 152
Decimal 227 49 106
Hex E3 31 6A

RGB Percentages of Color #e3316a

%59.42
%12.83
%27.75

CMYK Percentages of Color #e3316a

%0
%78
%53
%11

Triadic Colors of #e3316a

#e3316a #6ae331 #316ae3

Analogous Colors of #e3316a

#e3316a #e35131 #e331c3

Monochromatic Colors of #e3316a

#e3316a

Complementary Color

#e3316a #31e3aa

#e3316a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3316a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3316a Color CSS Codes

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

#e3316a Text Font Color

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

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


#e3316a Background Color

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

This div background color is #e3316a


#e3316a Border Color

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

This div border color is #e3316a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3316a


Comments

No comments written yet.

Please login to write comment.