Color Hex Logo

#f425ae Color Hex

#F425AE
(244,37,174)
0 Favorites   0 Comments

Color spaces of #f425ae

RGB 24437174
HSL0.890.900.55
HSV320°85°96°
CMYK 0.000.850.29   0.04
XYZ45.609823.612242.1981
Yxy23.61220.40930.2119
Hunter Lab48.592482.5070-17.4733
CIE-Lab55.697482.4097-22.2006

#f425ae color RGB value is (244,37,174).

#f425ae hex color red value is 244, green value is 37 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f425ae hue: 0.89 , saturation: 0.90 and the lightness value of f425ae is 0.55.

The process color (four color CMYK) of #f425ae color hex is 0.00, 0.85, 0.29, 0.04. Web safe color of #f425ae is #ff3399. Color #f425ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00100101 10101110
Octal 364 45 256
Decimal 244 37 174
Hex F4 25 AE

RGB Percentages of Color #f425ae

%53.63
%8.13
%38.24

CMYK Percentages of Color #f425ae

%0
%85
%29
%4

Triadic Colors of #f425ae

#f425ae #aef425 #25aef4

Analogous Colors of #f425ae

#f425ae #f42546 #d325f4

Monochromatic Colors of #f425ae

#f425ae

Complementary Color

#f425ae #25f46b

#f425ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f425ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f425ae Color CSS Codes

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

#f425ae Text Font Color

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

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


#f425ae Background Color

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

This div background color is #f425ae


#f425ae Border Color

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

This div border color is #f425ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f425ae


Comments

No comments written yet.

Please login to write comment.