Color Hex Logo

#f72273 Color Hex

#F72273
(247,34,115)
0 Favorites   0 Comments

Color spaces of #f72273

RGB 24734115
HSL0.940.930.55
HSV337°86°97°
CMYK 0.000.860.53   0.03
XYZ42.024322.156018.2813
Yxy22.15600.50960.2687
Hunter Lab47.070276.99229.9218
CIE-Lab54.192178.359210.6862

#f72273 color RGB value is (247,34,115).

#f72273 hex color red value is 247, green value is 34 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #f72273 hue: 0.94 , saturation: 0.93 and the lightness value of f72273 is 0.55.

The process color (four color CMYK) of #f72273 color hex is 0.00, 0.86, 0.53, 0.03. Web safe color of #f72273 is #ff3366. Color #f72273 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00100010 01110011
Octal 367 42 163
Decimal 247 34 115
Hex F7 22 73

RGB Percentages of Color #f72273

%62.37
%8.59
%29.04

CMYK Percentages of Color #f72273

%0
%86
%53
%3

Triadic Colors of #f72273

#f72273 #73f722 #2273f7

Analogous Colors of #f72273

#f72273 #f73c22 #f722de

Monochromatic Colors of #f72273

#f72273

Complementary Color

#f72273 #22f7a6

#f72273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f72273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f72273 Color CSS Codes

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

#f72273 Text Font Color

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

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


#f72273 Background Color

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

This div background color is #f72273


#f72273 Border Color

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

This div border color is #f72273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f72273


Comments

No comments written yet.

Please login to write comment.