Color Hex Logo

#e3485a Color Hex

#E3485A
(227,72,90)
0 Favorites   0 Comments

Color spaces of #e3485a

RGB 2277290
HSL0.980.730.59
HSV353°68°89°
CMYK 0.000.680.60   0.11
XYZ35.841421.703811.9731
Yxy21.70380.51560.3122
Hunter Lab46.587355.799017.3734
CIE-Lab53.711360.751624.3743

#e3485a color RGB value is (227,72,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001000 01011010
Octal 343 110 132
Decimal 227 72 90
Hex E3 48 5A

RGB Percentages of Color #e3485a

%58.35
%18.51
%23.14

CMYK Percentages of Color #e3485a

%0
%68
%60
%11

Triadic Colors of #e3485a

#e3485a #5ae348 #485ae3

Analogous Colors of #e3485a

#e3485a #e38448 #e348a8

Monochromatic Colors of #e3485a

#e3485a

Complementary Color

#e3485a #48e3d1

#e3485a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3485a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3485a Color CSS Codes

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

#e3485a Text Font Color

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

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


#e3485a Background Color

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

This div background color is #e3485a


#e3485a Border Color

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

This div border color is #e3485a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3485a


Comments

No comments written yet.

Please login to write comment.