Color Hex Logo

#f53caf Color Hex

#F53CAF
(245,60,175)
0 Favorites   0 Comments

Color spaces of #f53caf

RGB 24560175
HSL0.900.900.60
HSV323°76°96°
CMYK 0.000.760.29   0.04
XYZ47.009925.739343.0479
Yxy25.73930.40600.2223
Hunter Lab50.733976.6132-14.7940
CIE-Lab57.788877.3604-19.5671

#f53caf color RGB value is (245,60,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00111100 10101111
Octal 365 74 257
Decimal 245 60 175
Hex F5 3C AF

RGB Percentages of Color #f53caf

%51.04
%12.50
%36.46

CMYK Percentages of Color #f53caf

%0
%76
%29
%4

Triadic Colors of #f53caf

#f53caf #aff53c #3caff5

Analogous Colors of #f53caf

#f53caf #f53c53 #df3cf5

Monochromatic Colors of #f53caf

#f53caf

Complementary Color

#f53caf #3cf582

#f53caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f53caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f53caf Color CSS Codes

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

#f53caf Text Font Color

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

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


#f53caf Background Color

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

This div background color is #f53caf


#f53caf Border Color

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

This div border color is #f53caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f53caf


Comments

No comments written yet.

Please login to write comment.