Color Hex Logo

#e0306c Color Hex

#E0306C
(224,48,108)
0 Favorites   0 Comments

Color spaces of #e0306c

RGB 22448108
HSL0.940.740.53
HSV340°79°88°
CMYK 0.000.790.52   0.12
XYZ34.504219.043916.0446
Yxy19.04390.49580.2736
Hunter Lab43.639364.76548.7487
CIE-Lab50.738569.01599.4286

#e0306c color RGB value is (224,48,108).

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

The process color (four color CMYK) of #e0306c color hex is 0.00, 0.79, 0.52, 0.12. Web safe color of #e0306c is #cc3366. Color #e0306c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00110000 01101100
Octal 340 60 154
Decimal 224 48 108
Hex E0 30 6C

RGB Percentages of Color #e0306c

%58.95
%12.63
%28.42

CMYK Percentages of Color #e0306c

%0
%79
%52
%12

Triadic Colors of #e0306c

#e0306c #6ce030 #306ce0

Analogous Colors of #e0306c

#e0306c #e04c30 #e030c4

Monochromatic Colors of #e0306c

#e0306c

Complementary Color

#e0306c #30e0a4

#e0306c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0306c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0306c Color CSS Codes

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

#e0306c Text Font Color

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

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


#e0306c Background Color

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

This div background color is #e0306c


#e0306c Border Color

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

This div border color is #e0306c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0306c


Comments

No comments written yet.

Please login to write comment.