Color Hex Logo

#f73850 Color Hex

#F73850
(247,56,80)
0 Favorites   0 Comments

Color spaces of #f73850

RGB 2475680
HSL0.980.920.59
HSV352°77°97°
CMYK 0.000.770.68   0.03
XYZ41.219923.18179.8914
Yxy23.18170.55480.3120
Hunter Lab48.147468.559421.5226
CIE-Lab55.259071.314532.9529

#f73850 color RGB value is (247,56,80).

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

The process color (four color CMYK) of #f73850 color hex is 0.00, 0.77, 0.68, 0.03. Web safe color of #f73850 is #ff3366. Color #f73850 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00111000 01010000
Octal 367 70 120
Decimal 247 56 80
Hex F7 38 50

RGB Percentages of Color #f73850

%64.49
%14.62
%20.89

CMYK Percentages of Color #f73850

%0
%77
%68
%3

Triadic Colors of #f73850

#f73850 #50f738 #3850f7

Analogous Colors of #f73850

#f73850 #f78038 #f738b0

Monochromatic Colors of #f73850

#f73850

Complementary Color

#f73850 #38f7df

#f73850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f73850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f73850 Color CSS Codes

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

#f73850 Text Font Color

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

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


#f73850 Background Color

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

This div background color is #f73850


#f73850 Border Color

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

This div border color is #f73850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f73850


Comments

No comments written yet.

Please login to write comment.