Color Hex Logo

#e2324d Color Hex

#E2324D
(226,50,77)
0 Favorites   0 Comments

Color spaces of #e2324d

RGB 2265077
HSL0.970.750.54
HSV351°78°89°
CMYK 0.000.780.66   0.11
XYZ33.844218.98588.9020
Yxy18.98580.54820.3076
Hunter Lab43.572762.394018.3878
CIE-Lab50.670667.019928.1454

#e2324d color RGB value is (226,50,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00110010 01001101
Octal 342 62 115
Decimal 226 50 77
Hex E2 32 4D

RGB Percentages of Color #e2324d

%64.02
%14.16
%21.81

CMYK Percentages of Color #e2324d

%0
%78
%66
%11

Triadic Colors of #e2324d

#e2324d #4de232 #324de2

Analogous Colors of #e2324d

#e2324d #e26f32 #e232a5

Monochromatic Colors of #e2324d

#e2324d

Complementary Color

#e2324d #32e2c7

#e2324d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2324d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2324d Color CSS Codes

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

#e2324d Text Font Color

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

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


#e2324d Background Color

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

This div background color is #e2324d


#e2324d Border Color

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

This div border color is #e2324d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2324d


Comments

No comments written yet.

Please login to write comment.