Color Hex Logo

#f454af Color Hex

#F454AF
(244,84,175)
0 Favorites   0 Comments

Color spaces of #f454af

RGB 24484175
HSL0.910.880.64
HSV326°66°96°
CMYK 0.000.660.28   0.04
XYZ48.216428.668943.5498
Yxy28.66890.40040.2380
Hunter Lab53.543367.0404-10.7435
CIE-Lab60.488369.0787-15.4810

#f454af color RGB value is (244,84,175).

#f454af hex color red value is 244, green value is 84 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f454af hue: 0.91 , saturation: 0.88 and the lightness value of f454af is 0.64.

The process color (four color CMYK) of #f454af color hex is 0.00, 0.66, 0.28, 0.04. Web safe color of #f454af is #ff6699. Color #f454af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01010100 10101111
Octal 364 124 257
Decimal 244 84 175
Hex F4 54 AF

RGB Percentages of Color #f454af

%48.51
%16.70
%34.79

CMYK Percentages of Color #f454af

%0
%66
%28
%4

Triadic Colors of #f454af

#f454af #aff454 #54aff4

Analogous Colors of #f454af

#f454af #f4545f #e954f4

Monochromatic Colors of #f454af

#f454af

Complementary Color

#f454af #54f499

#f454af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f454af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f454af Color CSS Codes

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

#f454af Text Font Color

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

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


#f454af Background Color

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

This div background color is #f454af


#f454af Border Color

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

This div border color is #f454af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,84,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f454af

Related Colors


Comments

No comments written yet.

Please login to write comment.