Color Hex Logo

#f51cad Color Hex

#F51CAD
(245,28,173)
0 Favorites   0 Comments

Color spaces of #f51cad

RGB 24528173
HSL0.890.920.54
HSV320°89°96°
CMYK 0.000.890.29   0.04
XYZ45.614323.260141.6207
Yxy23.26010.41280.2105
Hunter Lab48.228784.4234-17.4063
CIE-Lab55.339283.9664-22.1500

#f51cad color RGB value is (245,28,173).

#f51cad hex color red value is 245, green value is 28 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f51cad hue: 0.89 , saturation: 0.92 and the lightness value of f51cad is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011100 10101101
Octal 365 34 255
Decimal 245 28 173
Hex F5 1C AD

RGB Percentages of Color #f51cad

%54.93
%6.28
%38.79

CMYK Percentages of Color #f51cad

%0
%89
%29
%4

Triadic Colors of #f51cad

#f51cad #adf51c #1cadf5

Analogous Colors of #f51cad

#f51cad #f51c41 #d11cf5

Monochromatic Colors of #f51cad

#f51cad

Complementary Color

#f51cad #1cf564

#f51cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51cad Color CSS Codes

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

#f51cad Text Font Color

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

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


#f51cad Background Color

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

This div background color is #f51cad


#f51cad Border Color

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

This div border color is #f51cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51cad


Comments

No comments written yet.

Please login to write comment.