Color Hex Logo

#f932ae Color Hex

#F932AE
(249,50,174)
0 Favorites   0 Comments

Color spaces of #f932ae

RGB 24950174
HSL0.900.940.59
HSV323°80°98°
CMYK 0.000.800.30   0.02
XYZ47.847525.476942.4401
Yxy25.47690.41330.2201
Hunter Lab50.474680.8786-14.5200
CIE-Lab57.537280.7796-19.3068

#f932ae color RGB value is (249,50,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00110010 10101110
Octal 371 62 256
Decimal 249 50 174
Hex F9 32 AE

RGB Percentages of Color #f932ae

%52.64
%10.57
%36.79

CMYK Percentages of Color #f932ae

%0
%80
%30
%2

Triadic Colors of #f932ae

#f932ae #aef932 #32aef9

Analogous Colors of #f932ae

#f932ae #f9324b #e132f9

Monochromatic Colors of #f932ae

#f932ae

Complementary Color

#f932ae #32f97d

#f932ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f932ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f932ae Color CSS Codes

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

#f932ae Text Font Color

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

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


#f932ae Background Color

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

This div background color is #f932ae


#f932ae Border Color

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

This div border color is #f932ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f932ae


Comments

No comments written yet.

Please login to write comment.