Color Hex Logo

#f945ae Color Hex

#F945AE
(249,69,174)
0 Favorites   0 Comments

Color spaces of #f945ae

RGB 24969174
HSL0.900.940.62
HSV325°72°98°
CMYK 0.000.720.30   0.02
XYZ48.835027.452042.7693
Yxy27.45200.41020.2306
Hunter Lab52.394774.6822-11.7216
CIE-Lab59.390475.5092-16.4884

#f945ae color RGB value is (249,69,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000101 10101110
Octal 371 105 256
Decimal 249 69 174
Hex F9 45 AE

RGB Percentages of Color #f945ae

%50.61
%14.02
%35.37

CMYK Percentages of Color #f945ae

%0
%72
%30
%2

Triadic Colors of #f945ae

#f945ae #aef945 #45aef9

Analogous Colors of #f945ae

#f945ae #f94554 #ea45f9

Monochromatic Colors of #f945ae

#f945ae

Complementary Color

#f945ae #45f990

#f945ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f945ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f945ae Color CSS Codes

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

#f945ae Text Font Color

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

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


#f945ae Background Color

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

This div background color is #f945ae


#f945ae Border Color

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

This div border color is #f945ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f945ae


Comments

No comments written yet.

Please login to write comment.