Color Hex Logo

#f92ad0 Color Hex

#F92AD0
(249,42,208)
0 Favorites   0 Comments

Color spaces of #f92ad0

RGB 24942208
HSL0.870.950.57
HSV312°83°98°
CMYK 0.000.830.16   0.02
XYZ51.280126.349762.0578
Yxy26.34970.36710.1886
Hunter Lab51.332088.4887-35.7463
CIE-Lab58.367586.4933-37.6021

#f92ad0 color RGB value is (249,42,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00101010 11010000
Octal 371 52 320
Decimal 249 42 208
Hex F9 2A D0

RGB Percentages of Color #f92ad0

%49.90
%8.42
%41.68

CMYK Percentages of Color #f92ad0

%0
%83
%16
%2

Triadic Colors of #f92ad0

#f92ad0 #d0f92a #2ad0f9

Analogous Colors of #f92ad0

#f92ad0 #f92a69 #bb2af9

Monochromatic Colors of #f92ad0

#f92ad0

Complementary Color

#f92ad0 #2af953

#f92ad0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f92ad0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f92ad0 Color CSS Codes

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

#f92ad0 Text Font Color

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

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


#f92ad0 Background Color

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

This div background color is #f92ad0


#f92ad0 Border Color

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

This div border color is #f92ad0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f92ad0

Related Colors


Comments

No comments written yet.

Please login to write comment.