Color Hex Logo

#e3295f Color Hex

#E3295F
(227,41,95)
0 Favorites   0 Comments

Color spaces of #e3295f

RGB 2274195
HSL0.950.770.53
HSV343°82°89°
CMYK 0.000.820.58   0.11
XYZ34.537018.743012.6239
Yxy18.74300.52410.2844
Hunter Lab43.293266.634713.0168
CIE-Lab50.385270.652016.9340

#e3295f color RGB value is (227,41,95).

#e3295f hex color red value is 227, green value is 41 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #e3295f hue: 0.95 , saturation: 0.77 and the lightness value of e3295f is 0.53.

The process color (four color CMYK) of #e3295f color hex is 0.00, 0.82, 0.58, 0.11. Web safe color of #e3295f is #cc3366. Color #e3295f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00101001 01011111
Octal 343 51 137
Decimal 227 41 95
Hex E3 29 5F

RGB Percentages of Color #e3295f

%62.53
%11.29
%26.17

CMYK Percentages of Color #e3295f

%0
%82
%58
%11

Triadic Colors of #e3295f

#e3295f #5fe329 #295fe3

Analogous Colors of #e3295f

#e3295f #e35029 #e329bc

Monochromatic Colors of #e3295f

#e3295f

Complementary Color

#e3295f #29e3ad

#e3295f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3295f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3295f Color CSS Codes

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

#e3295f Text Font Color

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

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


#e3295f Background Color

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

This div background color is #e3295f


#e3295f Border Color

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

This div border color is #e3295f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3295f


Comments

No comments written yet.

Please login to write comment.