Color Hex Logo

#f92abd Color Hex

#F92ABD
(249,42,189)
0 Favorites   0 Comments

Color spaces of #f92abd

RGB 24942189
HSL0.880.950.57
HSV317°83°98°
CMYK 0.000.830.24   0.02
XYZ49.080225.469850.4735
Yxy25.46980.39260.2037
Hunter Lab50.467685.2745-23.9696
CIE-Lab57.530384.1959-28.0094

#f92abd color RGB value is (249,42,189).

#f92abd hex color red value is 249, green value is 42 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f92abd hue: 0.88 , saturation: 0.95 and the lightness value of f92abd is 0.57.

The process color (four color CMYK) of #f92abd color hex is 0.00, 0.83, 0.24, 0.02. Web safe color of #f92abd is #ff33cc. Color #f92abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00101010 10111101
Octal 371 52 275
Decimal 249 42 189
Hex F9 2A BD

RGB Percentages of Color #f92abd

%51.88
%8.75
%39.38

CMYK Percentages of Color #f92abd

%0
%83
%24
%2

Triadic Colors of #f92abd

#f92abd #bdf92a #2abdf9

Analogous Colors of #f92abd

#f92abd #f92a55 #ce2af9

Monochromatic Colors of #f92abd

#f92abd

Complementary Color

#f92abd #2af966

#f92abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f92abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f92abd Color CSS Codes

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

#f92abd Text Font Color

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

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


#f92abd Background Color

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

This div background color is #f92abd


#f92abd Border Color

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

This div border color is #f92abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f92abd


Comments

No comments written yet.

Please login to write comment.