Color Hex Logo

#e3455a Color Hex

#E3455A
(227,69,90)
0 Favorites   0 Comments

Color spaces of #e3455a

RGB 2276990
HSL0.980.740.58
HSV352°70°89°
CMYK 0.000.700.60   0.11
XYZ35.652121.325311.9100
Yxy21.32530.51750.3096
Hunter Lab46.179356.994617.0342
CIE-Lab53.303761.871523.8401

#e3455a color RGB value is (227,69,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000101 01011010
Octal 343 105 132
Decimal 227 69 90
Hex E3 45 5A

RGB Percentages of Color #e3455a

%58.81
%17.88
%23.32

CMYK Percentages of Color #e3455a

%0
%70
%60
%11

Triadic Colors of #e3455a

#e3455a #5ae345 #455ae3

Analogous Colors of #e3455a

#e3455a #e37f45 #e345a9

Monochromatic Colors of #e3455a

#e3455a

Complementary Color

#e3455a #45e3ce

#e3455a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3455a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3455a Color CSS Codes

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

#e3455a Text Font Color

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

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


#e3455a Background Color

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

This div background color is #e3455a


#e3455a Border Color

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

This div border color is #e3455a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3455a


Comments

No comments written yet.

Please login to write comment.