Color Hex Logo

#f90762 Color Hex

#F90762
(249,7,98)
0 Favorites   0 Comments

Color spaces of #f90762

RGB 249798
HSL0.940.950.50
HSV337°97°98°
CMYK 0.000.970.61   0.02
XYZ41.347521.173513.4629
Yxy21.17350.54420.2787
Hunter Lab46.014779.869414.8633
CIE-Lab53.138980.843219.5674

#f90762 color RGB value is (249,7,98).

#f90762 hex color red value is 249, green value is 7 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #f90762 hue: 0.94 , saturation: 0.95 and the lightness value of f90762 is 0.50.

The process color (four color CMYK) of #f90762 color hex is 0.00, 0.97, 0.61, 0.02. Web safe color of #f90762 is #ff0066. Color #f90762 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000111 01100010
Octal 371 7 142
Decimal 249 7 98
Hex F9 7 62

RGB Percentages of Color #f90762

%70.34
%1.98
%27.68

CMYK Percentages of Color #f90762

%0
%97
%61
%2

Triadic Colors of #f90762

#f90762 #62f907 #0762f9

Analogous Colors of #f90762

#f90762 #f92507 #f907db

Monochromatic Colors of #f90762

#f90762

Complementary Color

#f90762 #07f99e

#f90762 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90762 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90762 Color CSS Codes

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

#f90762 Text Font Color

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

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


#f90762 Background Color

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

This div background color is #f90762


#f90762 Border Color

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

This div border color is #f90762


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,7,98, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f90762; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f90762;
  -webkit-box-shadow: 1px 1px 3px 2px #f90762;
  box-shadow:         1px 1px 3px 2px #f90762; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,7,98, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90762


Comments

No comments written yet.

Please login to write comment.