Color Hex Logo

#f90773 Color Hex

#F90773
(249,7,115)
0 Favorites   0 Comments

Color spaces of #f90773

RGB 2497115
HSL0.930.950.50
HSV333°97°98°
CMYK 0.000.970.54   0.02
XYZ42.237421.529518.1491
Yxy21.52950.51560.2628
Hunter Lab46.399981.28719.2889
CIE-Lab53.524281.88109.8012

#f90773 color RGB value is (249,7,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000111 01110011
Octal 371 7 163
Decimal 249 7 115
Hex F9 7 73

RGB Percentages of Color #f90773

%67.12
%1.89
%31.00

CMYK Percentages of Color #f90773

%0
%97
%54
%2

Triadic Colors of #f90773

#f90773 #73f907 #0773f9

Analogous Colors of #f90773

#f90773 #f91407 #f907ec

Monochromatic Colors of #f90773

#f90773

Complementary Color

#f90773 #07f98d

#f90773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90773 Color CSS Codes

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

#f90773 Text Font Color

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

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


#f90773 Background Color

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

This div background color is #f90773


#f90773 Border Color

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

This div border color is #f90773


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90773


Comments

No comments written yet.

Please login to write comment.