Color Hex Logo

#f90372 Color Hex

#F90372
(249,3,114)
0 Favorites   0 Comments

Color spaces of #f90372

RGB 2493114
HSL0.920.980.49
HSV333°99°98°
CMYK 0.000.990.54   0.02
XYZ42.136721.419817.8332
Yxy21.41980.51770.2632
Hunter Lab46.281581.52149.5514
CIE-Lab53.405982.087310.2396

#f90372 color RGB value is (249,3,114).

#f90372 hex color red value is 249, green value is 3 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #f90372 hue: 0.92 , saturation: 0.98 and the lightness value of f90372 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000011 01110010
Octal 371 3 162
Decimal 249 3 114
Hex F9 3 72

RGB Percentages of Color #f90372

%68.03
%0.82
%31.15

CMYK Percentages of Color #f90372

%0
%99
%54
%2

Triadic Colors of #f90372

#f90372 #72f903 #0372f9

Analogous Colors of #f90372

#f90372 #f90f03 #f903ed

Monochromatic Colors of #f90372

#f90372

Complementary Color

#f90372 #03f98a

#f90372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90372 Color CSS Codes

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

#f90372 Text Font Color

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

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


#f90372 Background Color

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

This div background color is #f90372


#f90372 Border Color

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

This div border color is #f90372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90372

Related Colors


Comments

No comments written yet.

Please login to write comment.