Color Hex Logo

#f90277 Color Hex

#F90277
(249,2,119)
0 Favorites   0 Comments

Color spaces of #f90277

RGB 2492119
HSL0.920.980.49
HSV332°99°98°
CMYK 0.000.990.52   0.02
XYZ42.418421.515119.3699
Yxy21.51510.50920.2583
Hunter Lab46.384482.06527.7098
CIE-Lab53.508782.49207.3599

#f90277 color RGB value is (249,2,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000010 01110111
Octal 371 2 167
Decimal 249 2 119
Hex F9 2 77

RGB Percentages of Color #f90277

%67.30
%0.54
%32.16

CMYK Percentages of Color #f90277

%0
%99
%52
%2

Triadic Colors of #f90277

#f90277 #77f902 #0277f9

Analogous Colors of #f90277

#f90277 #f90802 #f902f3

Monochromatic Colors of #f90277

#f90277

Complementary Color

#f90277 #02f984

#f90277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90277 Color CSS Codes

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

#f90277 Text Font Color

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

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


#f90277 Background Color

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

This div background color is #f90277


#f90277 Border Color

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

This div border color is #f90277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90277


Comments

No comments written yet.

Please login to write comment.