Color Hex Logo

#e3223c Color Hex

#E3223C
(227,34,60)
0 Favorites   0 Comments

Color spaces of #e3223c

RGB 2273460
HSL0.980.780.51
HSV352°85°89°
CMYK 0.000.850.74   0.11
XYZ33.066217.80125.9682
Yxy17.80120.58180.3132
Hunter Lab42.191566.058521.1472
CIE-Lab49.254170.388836.5343

#e3223c color RGB value is (227,34,60).

#e3223c hex color red value is 227, green value is 34 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #e3223c hue: 0.98 , saturation: 0.78 and the lightness value of e3223c is 0.51.

The process color (four color CMYK) of #e3223c color hex is 0.00, 0.85, 0.74, 0.11. Web safe color of #e3223c is #cc3333. Color #e3223c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00100010 00111100
Octal 343 42 74
Decimal 227 34 60
Hex E3 22 3C

RGB Percentages of Color #e3223c

%70.72
%10.59
%18.69

CMYK Percentages of Color #e3223c

%0
%85
%74
%11

Triadic Colors of #e3223c

#e3223c #3ce322 #223ce3

Analogous Colors of #e3223c

#e3223c #e36922 #e3229d

Monochromatic Colors of #e3223c

#e3223c

Complementary Color

#e3223c #22e3c9

#e3223c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3223c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3223c Color CSS Codes

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

#e3223c Text Font Color

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

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


#e3223c Background Color

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

This div background color is #e3223c


#e3223c Border Color

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

This div border color is #e3223c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3223c


Comments

No comments written yet.

Please login to write comment.