Color Hex Logo

#e3315e Color Hex

#E3315E
(227,49,94)
0 Favorites   0 Comments

Color spaces of #e3315e

RGB 2274994
HSL0.960.760.54
HSV345°78°89°
CMYK 0.000.780.59   0.11
XYZ34.797219.335712.4878
Yxy19.33570.52230.2902
Hunter Lab43.972464.302913.9428
CIE-Lab51.077768.560918.4797

#e3315e color RGB value is (227,49,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00110001 01011110
Octal 343 61 136
Decimal 227 49 94
Hex E3 31 5E

RGB Percentages of Color #e3315e

%61.35
%13.24
%25.41

CMYK Percentages of Color #e3315e

%0
%78
%59
%11

Triadic Colors of #e3315e

#e3315e #5ee331 #315ee3

Analogous Colors of #e3315e

#e3315e #e35d31 #e331b7

Monochromatic Colors of #e3315e

#e3315e

Complementary Color

#e3315e #31e3b6

#e3315e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3315e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3315e Color CSS Codes

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

#e3315e Text Font Color

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

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


#e3315e Background Color

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

This div background color is #e3315e


#e3315e Border Color

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

This div border color is #e3315e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3315e


Comments

No comments written yet.

Please login to write comment.