Color Hex Logo

#f92cae Color Hex

#F92CAE
(249,44,174)
0 Favorites   0 Comments

Color spaces of #f92cae

RGB 24944174
HSL0.890.940.57
HSV322°82°98°
CMYK 0.000.820.30   0.02
XYZ47.607624.997142.3601
Yxy24.99710.41410.2174
Hunter Lab49.997182.4741-15.2356
CIE-Lab57.072682.1161-20.0159

#f92cae color RGB value is (249,44,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00101100 10101110
Octal 371 54 256
Decimal 249 44 174
Hex F9 2C AE

RGB Percentages of Color #f92cae

%53.32
%9.42
%37.26

CMYK Percentages of Color #f92cae

%0
%82
%30
%2

Triadic Colors of #f92cae

#f92cae #aef92c #2caef9

Analogous Colors of #f92cae

#f92cae #f92c47 #de2cf9

Monochromatic Colors of #f92cae

#f92cae

Complementary Color

#f92cae #2cf977

#f92cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f92cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f92cae Color CSS Codes

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

#f92cae Text Font Color

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

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


#f92cae Background Color

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

This div background color is #f92cae


#f92cae Border Color

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

This div border color is #f92cae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,44,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 #f92cae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f92cae


Comments

No comments written yet.

Please login to write comment.