Color Hex Logo

#f92ad4 Color Hex

#F92AD4
(249,42,212)
0 Favorites   0 Comments

Color spaces of #f92ad4

RGB 24942212
HSL0.860.950.57
HSV311°83°98°
CMYK 0.000.830.15   0.02
XYZ51.778626.549164.6828
Yxy26.54910.36210.1856
Hunter Lab51.525889.2055-38.3615
CIE-Lab58.554687.0014-39.5854

#f92ad4 color RGB value is (249,42,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00101010 11010100
Octal 371 52 324
Decimal 249 42 212
Hex F9 2A D4

RGB Percentages of Color #f92ad4

%49.50
%8.35
%42.15

CMYK Percentages of Color #f92ad4

%0
%83
%15
%2

Triadic Colors of #f92ad4

#f92ad4 #d4f92a #2ad4f9

Analogous Colors of #f92ad4

#f92ad4 #f92a6d #b72af9

Monochromatic Colors of #f92ad4

#f92ad4

Complementary Color

#f92ad4 #2af94f

#f92ad4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f92ad4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f92ad4 Color CSS Codes

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

#f92ad4 Text Font Color

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

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


#f92ad4 Background Color

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

This div background color is #f92ad4


#f92ad4 Border Color

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

This div border color is #f92ad4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f92ad4


Comments

No comments written yet.

Please login to write comment.