Color Hex Logo

#e0309c Color Hex

#E0309C
(224,48,156)
0 Favorites   0 Comments

Color spaces of #e0309c

RGB 22448156
HSL0.900.740.53
HSV323°79°88°
CMYK 0.000.790.30   0.12
XYZ37.798220.361533.3905
Yxy20.36150.41290.2224
Hunter Lab45.123770.5553-12.2866
CIE-Lab52.243573.5362-17.2095

#e0309c color RGB value is (224,48,156).

#e0309c hex color red value is 224, green value is 48 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #e0309c hue: 0.90 , saturation: 0.74 and the lightness value of e0309c is 0.53.

The process color (four color CMYK) of #e0309c color hex is 0.00, 0.79, 0.30, 0.12. Web safe color of #e0309c is #cc3399. Color #e0309c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00110000 10011100
Octal 340 60 234
Decimal 224 48 156
Hex E0 30 9C

RGB Percentages of Color #e0309c

%52.34
%11.21
%36.45

CMYK Percentages of Color #e0309c

%0
%79
%30
%12

Triadic Colors of #e0309c

#e0309c #9ce030 #309ce0

Analogous Colors of #e0309c

#e0309c #e03044 #cc30e0

Monochromatic Colors of #e0309c

#e0309c

Complementary Color

#e0309c #30e074

#e0309c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0309c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0309c Color CSS Codes

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

#e0309c Text Font Color

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

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


#e0309c Background Color

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

This div background color is #e0309c


#e0309c Border Color

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

This div border color is #e0309c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0309c


Comments

No comments written yet.

Please login to write comment.