Color Hex Logo

#f54aad Color Hex

#F54AAD
(245,74,173)
0 Favorites   0 Comments

Color spaces of #f54aad

RGB 24574173
HSL0.900.900.63
HSV325°70°96°
CMYK 0.000.700.29   0.04
XYZ47.647827.327242.2985
Yxy27.32720.40630.2330
Hunter Lab52.275471.2165-11.3815
CIE-Lab59.276072.7306-16.1462

#f54aad color RGB value is (245,74,173).

#f54aad hex color red value is 245, green value is 74 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f54aad hue: 0.90 , saturation: 0.90 and the lightness value of f54aad is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01001010 10101101
Octal 365 112 255
Decimal 245 74 173
Hex F5 4A AD

RGB Percentages of Color #f54aad

%49.80
%15.04
%35.16

CMYK Percentages of Color #f54aad

%0
%70
%29
%4

Triadic Colors of #f54aad

#f54aad #adf54a #4aadf5

Analogous Colors of #f54aad

#f54aad #f54a57 #e84af5

Monochromatic Colors of #f54aad

#f54aad

Complementary Color

#f54aad #4af592

#f54aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f54aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f54aad Color CSS Codes

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

#f54aad Text Font Color

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

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


#f54aad Background Color

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

This div background color is #f54aad


#f54aad Border Color

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

This div border color is #f54aad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,74,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f54aad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f54aad;
  -webkit-box-shadow: 1px 1px 3px 2px #f54aad;
  box-shadow:         1px 1px 3px 2px #f54aad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,74,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f54aad


Comments

No comments written yet.

Please login to write comment.