Color Hex Logo

#f71952 Color Hex

#F71952
(247,25,82)
0 Favorites   0 Comments

Color spaces of #f71952

RGB 2472582
HSL0.960.930.53
HSV345°90°97°
CMYK 0.000.900.67   0.03
XYZ40.228421.07869.9309
Yxy21.07860.56470.2959
Hunter Lab45.911476.059819.3132
CIE-Lab53.035477.839828.9996

#f71952 color RGB value is (247,25,82).

#f71952 hex color red value is 247, green value is 25 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #f71952 hue: 0.96 , saturation: 0.93 and the lightness value of f71952 is 0.53.

The process color (four color CMYK) of #f71952 color hex is 0.00, 0.90, 0.67, 0.03. Web safe color of #f71952 is #ff0066. Color #f71952 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00011001 01010010
Octal 367 31 122
Decimal 247 25 82
Hex F7 19 52

RGB Percentages of Color #f71952

%69.77
%7.06
%23.16

CMYK Percentages of Color #f71952

%0
%90
%67
%3

Triadic Colors of #f71952

#f71952 #52f719 #1952f7

Analogous Colors of #f71952

#f71952 #f74f19 #f719c1

Monochromatic Colors of #f71952

#f71952

Complementary Color

#f71952 #19f7be

#f71952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f71952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f71952 Color CSS Codes

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

#f71952 Text Font Color

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

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


#f71952 Background Color

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

This div background color is #f71952


#f71952 Border Color

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

This div border color is #f71952


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f71952


Comments

No comments written yet.

Please login to write comment.