Color Hex Logo

#f53cad Color Hex

#F53CAD
(245,60,173)
0 Favorites   0 Comments

Color spaces of #f53cad

RGB 24560173
HSL0.900.900.60
HSV323°76°96°
CMYK 0.000.760.29   0.04
XYZ46.814925.661342.0209
Yxy25.66130.40890.2241
Hunter Lab50.657076.3119-13.7223
CIE-Lab57.714277.1345-18.5191

#f53cad color RGB value is (245,60,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00111100 10101101
Octal 365 74 255
Decimal 245 60 173
Hex F5 3C AD

RGB Percentages of Color #f53cad

%51.26
%12.55
%36.19

CMYK Percentages of Color #f53cad

%0
%76
%29
%4

Triadic Colors of #f53cad

#f53cad #adf53c #3cadf5

Analogous Colors of #f53cad

#f53cad #f53c51 #e13cf5

Monochromatic Colors of #f53cad

#f53cad

Complementary Color

#f53cad #3cf584

#f53cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f53cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f53cad Color CSS Codes

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

#f53cad Text Font Color

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

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


#f53cad Background Color

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

This div background color is #f53cad


#f53cad Border Color

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

This div border color is #f53cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f53cad


Comments

No comments written yet.

Please login to write comment.