Color Hex Logo

#e0325c Color Hex

#E0325C
(224,50,92)
0 Favorites   0 Comments

Color spaces of #e0325c

RGB 2245092
HSL0.960.740.54
HSV346°78°88°
CMYK 0.000.780.59   0.12
XYZ33.812818.901211.9914
Yxy18.90120.52260.2921
Hunter Lab43.475562.745114.0795
CIE-Lab50.571467.337718.9119

#e0325c color RGB value is (224,50,92).

#e0325c hex color red value is 224, green value is 50 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #e0325c hue: 0.96 , saturation: 0.74 and the lightness value of e0325c is 0.54.

The process color (four color CMYK) of #e0325c color hex is 0.00, 0.78, 0.59, 0.12. Web safe color of #e0325c is #cc3366. Color #e0325c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00110010 01011100
Octal 340 62 134
Decimal 224 50 92
Hex E0 32 5C

RGB Percentages of Color #e0325c

%61.20
%13.66
%25.14

CMYK Percentages of Color #e0325c

%0
%78
%59
%12

Triadic Colors of #e0325c

#e0325c #5ce032 #325ce0

Analogous Colors of #e0325c

#e0325c #e05f32 #e032b3

Monochromatic Colors of #e0325c

#e0325c

Complementary Color

#e0325c #32e0b6

#e0325c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0325c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0325c Color CSS Codes

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

#e0325c Text Font Color

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

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


#e0325c Background Color

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

This div background color is #e0325c


#e0325c Border Color

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

This div border color is #e0325c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0325c


Comments

No comments written yet.

Please login to write comment.