Color Hex Logo

#e0307f Color Hex

#E0307F
(224,48,127)
0 Favorites   0 Comments

Color spaces of #e0307f

RGB 22448127
HSL0.930.740.53
HSV333°79°88°
CMYK 0.000.790.43   0.12
XYZ35.628219.493521.9635
Yxy19.49350.46220.2529
Hunter Lab44.151466.77631.4117
CIE-Lab51.259670.6015-1.3295

#e0307f color RGB value is (224,48,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00110000 01111111
Octal 340 60 177
Decimal 224 48 127
Hex E0 30 7F

RGB Percentages of Color #e0307f

%56.14
%12.03
%31.83

CMYK Percentages of Color #e0307f

%0
%79
%43
%12

Triadic Colors of #e0307f

#e0307f #7fe030 #307fe0

Analogous Colors of #e0307f

#e0307f #e03930 #e030d7

Monochromatic Colors of #e0307f

#e0307f

Complementary Color

#e0307f #30e091

#e0307f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0307f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0307f Color CSS Codes

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

#e0307f Text Font Color

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

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


#e0307f Background Color

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

This div background color is #e0307f


#e0307f Border Color

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

This div border color is #e0307f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0307f


Comments

No comments written yet.

Please login to write comment.