Color Hex Logo

#f92dae Color Hex

#F92DAE
(249,45,174)
0 Favorites   0 Comments

Color spaces of #f92dae

RGB 24945174
HSL0.890.940.58
HSV322°82°98°
CMYK 0.000.820.30   0.02
XYZ47.645325.072542.3727
Yxy25.07250.41400.2179
Hunter Lab50.072482.2208-15.1221
CIE-Lab57.146081.9046-19.9039

#f92dae color RGB value is (249,45,174).

#f92dae hex color red value is 249, green value is 45 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f92dae hue: 0.89 , saturation: 0.94 and the lightness value of f92dae is 0.58.

The process color (four color CMYK) of #f92dae color hex is 0.00, 0.82, 0.30, 0.02. Web safe color of #f92dae is #ff3399. Color #f92dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00101101 10101110
Octal 371 55 256
Decimal 249 45 174
Hex F9 2D AE

RGB Percentages of Color #f92dae

%53.21
%9.62
%37.18

CMYK Percentages of Color #f92dae

%0
%82
%30
%2

Triadic Colors of #f92dae

#f92dae #aef92d #2daef9

Analogous Colors of #f92dae

#f92dae #f92d48 #de2df9

Monochromatic Colors of #f92dae

#f92dae

Complementary Color

#f92dae #2df978

#f92dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f92dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f92dae Color CSS Codes

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

#f92dae Text Font Color

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

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


#f92dae Background Color

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

This div background color is #f92dae


#f92dae Border Color

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

This div border color is #f92dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f92dae


Comments

No comments written yet.

Please login to write comment.