Color Hex Logo

#e3455f Color Hex

#E3455F
(227,69,95)
0 Favorites   0 Comments

Color spaces of #e3455f

RGB 2276995
HSL0.970.740.58
HSV350°70°89°
CMYK 0.000.700.58   0.11
XYZ35.872221.413413.0690
Yxy21.41340.50990.3044
Hunter Lab46.274657.393115.6474
CIE-Lab53.399062.201320.9973

#e3455f color RGB value is (227,69,95).

#e3455f hex color red value is 227, green value is 69 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #e3455f hue: 0.97 , saturation: 0.74 and the lightness value of e3455f is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000101 01011111
Octal 343 105 137
Decimal 227 69 95
Hex E3 45 5F

RGB Percentages of Color #e3455f

%58.06
%17.65
%24.30

CMYK Percentages of Color #e3455f

%0
%70
%58
%11

Triadic Colors of #e3455f

#e3455f #5fe345 #455fe3

Analogous Colors of #e3455f

#e3455f #e37a45 #e345ae

Monochromatic Colors of #e3455f

#e3455f

Complementary Color

#e3455f #45e3c9

#e3455f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3455f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3455f Color CSS Codes

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

#e3455f Text Font Color

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

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


#e3455f Background Color

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

This div background color is #e3455f


#e3455f Border Color

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

This div border color is #e3455f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3455f


Comments

No comments written yet.

Please login to write comment.