Color Hex Logo

#f73672 Color Hex

#F73672
(247,54,114)
0 Favorites   0 Comments

Color spaces of #f73672

RGB 24754114
HSL0.950.920.59
HSV341°78°97°
CMYK 0.000.780.54   0.03
XYZ42.714223.627418.2288
Yxy23.62740.50510.2794
Hunter Lab48.608071.792511.7909
CIE-Lab55.712873.877713.4137

#f73672 color RGB value is (247,54,114).

#f73672 hex color red value is 247, green value is 54 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #f73672 hue: 0.95 , saturation: 0.92 and the lightness value of f73672 is 0.59.

The process color (four color CMYK) of #f73672 color hex is 0.00, 0.78, 0.54, 0.03. Web safe color of #f73672 is #ff3366. Color #f73672 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00110110 01110010
Octal 367 66 162
Decimal 247 54 114
Hex F7 36 72

RGB Percentages of Color #f73672

%59.52
%13.01
%27.47

CMYK Percentages of Color #f73672

%0
%78
%54
%3

Triadic Colors of #f73672

#f73672 #72f736 #3672f7

Analogous Colors of #f73672

#f73672 #f75b36 #f736d3

Monochromatic Colors of #f73672

#f73672

Complementary Color

#f73672 #36f7bb

#f73672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f73672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f73672 Color CSS Codes

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

#f73672 Text Font Color

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

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


#f73672 Background Color

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

This div background color is #f73672


#f73672 Border Color

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

This div border color is #f73672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f73672


Comments

No comments written yet.

Please login to write comment.