Color Hex Logo

#e3355f Color Hex

#E3355F
(227,53,95)
0 Favorites   0 Comments

Color spaces of #e3355f

RGB 2275395
HSL0.960.760.55
HSV346°77°89°
CMYK 0.000.770.58   0.11
XYZ35.017219.703312.7840
Yxy19.70330.51870.2919
Hunter Lab44.388463.135713.9962
CIE-Lab51.500167.492418.4457

#e3355f color RGB value is (227,53,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00110101 01011111
Octal 343 65 137
Decimal 227 53 95
Hex E3 35 5F

RGB Percentages of Color #e3355f

%60.53
%14.13
%25.33

CMYK Percentages of Color #e3355f

%0
%77
%58
%11

Triadic Colors of #e3355f

#e3355f #5fe335 #355fe3

Analogous Colors of #e3355f

#e3355f #e36235 #e335b6

Monochromatic Colors of #e3355f

#e3355f

Complementary Color

#e3355f #35e3b9

#e3355f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3355f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3355f Color CSS Codes

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

#e3355f Text Font Color

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

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


#e3355f Background Color

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

This div background color is #e3355f


#e3355f Border Color

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

This div border color is #e3355f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,53,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 #e3355f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3355f


Comments

No comments written yet.

Please login to write comment.