Color Hex Logo

#f73472 Color Hex

#F73472
(247,52,114)
0 Favorites   0 Comments

Color spaces of #f73472

RGB 24752114
HSL0.950.920.59
HSV341°79°97°
CMYK 0.000.790.54   0.03
XYZ42.623023.445018.1985
Yxy23.44500.50580.2782
Hunter Lab48.420072.394211.6101
CIE-Lab55.527874.402413.1558

#f73472 color RGB value is (247,52,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00110100 01110010
Octal 367 64 162
Decimal 247 52 114
Hex F7 34 72

RGB Percentages of Color #f73472

%59.81
%12.59
%27.60

CMYK Percentages of Color #f73472

%0
%79
%54
%3

Triadic Colors of #f73472

#f73472 #72f734 #3472f7

Analogous Colors of #f73472

#f73472 #f75734 #f734d4

Monochromatic Colors of #f73472

#f73472

Complementary Color

#f73472 #34f7b9

#f73472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f73472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f73472 Color CSS Codes

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

#f73472 Text Font Color

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

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


#f73472 Background Color

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

This div background color is #f73472


#f73472 Border Color

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

This div border color is #f73472


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,52,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 #f73472">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f73472


Comments

No comments written yet.

Please login to write comment.