Color Hex Logo

#f92087 Color Hex

#F92087
(249,32,135)
0 Favorites   0 Comments

Color spaces of #f92087

RGB 24932135
HSL0.920.950.55
HSV332°87°98°
CMYK 0.000.870.46   0.02
XYZ43.956622.922025.0293
Yxy22.92200.47830.2494
Hunter Lab47.876980.09922.5180
CIE-Lab54.991980.6628-0.1162

#f92087 color RGB value is (249,32,135).

#f92087 hex color red value is 249, green value is 32 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #f92087 hue: 0.92 , saturation: 0.95 and the lightness value of f92087 is 0.55.

The process color (four color CMYK) of #f92087 color hex is 0.00, 0.87, 0.46, 0.02. Web safe color of #f92087 is #ff3399. Color #f92087 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100000 10000111
Octal 371 40 207
Decimal 249 32 135
Hex F9 20 87

RGB Percentages of Color #f92087

%59.86
%7.69
%32.45

CMYK Percentages of Color #f92087

%0
%87
%46
%2

Triadic Colors of #f92087

#f92087 #87f920 #2087f9

Analogous Colors of #f92087

#f92087 #f92620 #f920f4

Monochromatic Colors of #f92087

#f92087

Complementary Color

#f92087 #20f992

#f92087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f92087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f92087 Color CSS Codes

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

#f92087 Text Font Color

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

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


#f92087 Background Color

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

This div background color is #f92087


#f92087 Border Color

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

This div border color is #f92087


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f92087


Comments

No comments written yet.

Please login to write comment.