Color Hex Logo

#f70553 Color Hex

#F70553
(247,5,83)
0 Favorites   0 Comments

Color spaces of #f70553

RGB 247583
HSL0.950.960.49
HSV341°98°97°
CMYK 0.000.980.66   0.03
XYZ39.973420.507210.0351
Yxy20.50720.56690.2908
Hunter Lab45.284978.315218.5608
CIE-Lab52.405979.758427.6004

#f70553 color RGB value is (247,5,83).

#f70553 hex color red value is 247, green value is 5 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #f70553 hue: 0.95 , saturation: 0.96 and the lightness value of f70553 is 0.49.

The process color (four color CMYK) of #f70553 color hex is 0.00, 0.98, 0.66, 0.03. Web safe color of #f70553 is #ff0066. Color #f70553 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00000101 01010011
Octal 367 5 123
Decimal 247 5 83
Hex F7 5 53

RGB Percentages of Color #f70553

%73.73
%1.49
%24.78

CMYK Percentages of Color #f70553

%0
%98
%66
%3

Triadic Colors of #f70553

#f70553 #53f705 #0553f7

Analogous Colors of #f70553

#f70553 #f73005 #f705cc

Monochromatic Colors of #f70553

#f70553

Complementary Color

#f70553 #05f7a9

#f70553 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f70553 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f70553 Color CSS Codes

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

#f70553 Text Font Color

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

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


#f70553 Background Color

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

This div background color is #f70553


#f70553 Border Color

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

This div border color is #f70553


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,5,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f70553; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f70553;
  -webkit-box-shadow: 1px 1px 3px 2px #f70553;
  box-shadow:         1px 1px 3px 2px #f70553; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,5,83, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f70553


Comments

No comments written yet.

Please login to write comment.