Color Hex Logo

#f574ad Color Hex

#F574AD
(245,116,173)
0 Favorites   0 Comments

Color spaces of #f574ad

RGB 245116173
HSL0.930.870.71
HSV333°53°96°
CMYK 0.000.530.29   0.04
XYZ51.444434.920443.5641
Yxy34.92040.39590.2688
Hunter Lab59.093551.9813-2.3435
CIE-Lab65.686655.3795-6.5345

#f574ad color RGB value is (245,116,173).

#f574ad hex color red value is 245, green value is 116 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f574ad hue: 0.93 , saturation: 0.87 and the lightness value of f574ad is 0.71.

The process color (four color CMYK) of #f574ad color hex is 0.00, 0.53, 0.29, 0.04. Web safe color of #f574ad is #ff6699. Color #f574ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01110100 10101101
Octal 365 164 255
Decimal 245 116 173
Hex F5 74 AD

RGB Percentages of Color #f574ad

%45.88
%21.72
%32.40

CMYK Percentages of Color #f574ad

%0
%53
%29
%4

Triadic Colors of #f574ad

#f574ad #adf574 #74adf5

Analogous Colors of #f574ad

#f574ad #f57c74 #f574ee

Monochromatic Colors of #f574ad

#f574ad

Complementary Color

#f574ad #74f5bc

#f574ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f574ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f574ad Color CSS Codes

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

#f574ad Text Font Color

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

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


#f574ad Background Color

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

This div background color is #f574ad


#f574ad Border Color

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

This div border color is #f574ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f574ad


Comments

No comments written yet.

Please login to write comment.