Color Hex Logo

#e2324c Color Hex

#E2324C
(226,50,76)
0 Favorites   0 Comments

Color spaces of #e2324c

RGB 2265076
HSL0.980.750.54
HSV351°78°89°
CMYK 0.000.780.66   0.11
XYZ33.809118.97188.7175
Yxy18.97180.54980.3085
Hunter Lab43.556662.329418.6232
CIE-Lab50.654266.968028.7210

#e2324c color RGB value is (226,50,76).

#e2324c hex color red value is 226, green value is 50 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #e2324c hue: 0.98 , saturation: 0.75 and the lightness value of e2324c is 0.54.

The process color (four color CMYK) of #e2324c color hex is 0.00, 0.78, 0.66, 0.11. Web safe color of #e2324c is #cc3333. Color #e2324c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00110010 01001100
Octal 342 62 114
Decimal 226 50 76
Hex E2 32 4C

RGB Percentages of Color #e2324c

%64.20
%14.20
%21.59

CMYK Percentages of Color #e2324c

%0
%78
%66
%11

Triadic Colors of #e2324c

#e2324c #4ce232 #324ce2

Analogous Colors of #e2324c

#e2324c #e27032 #e232a4

Monochromatic Colors of #e2324c

#e2324c

Complementary Color

#e2324c #32e2c8

#e2324c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2324c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2324c Color CSS Codes

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

#e2324c Text Font Color

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

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


#e2324c Background Color

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

This div background color is #e2324c


#e2324c Border Color

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

This div border color is #e2324c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,50,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e2324c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e2324c;
  -webkit-box-shadow: 1px 1px 3px 2px #e2324c;
  box-shadow:         1px 1px 3px 2px #e2324c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,50,76, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2324c


Comments

No comments written yet.

Please login to write comment.