Color Hex Logo

#f53ccc Color Hex

#F53CCC
(245,60,204)
0 Favorites   0 Comments

Color spaces of #f53ccc

RGB 24560204
HSL0.870.900.60
HSV313°76°96°
CMYK 0.000.760.17   0.04
XYZ50.171127.003859.6947
Yxy27.00380.36660.1973
Hunter Lab51.965281.3983-31.7334
CIE-Lab58.977880.9068-34.4178

#f53ccc color RGB value is (245,60,204).

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

The process color (four color CMYK) of #f53ccc color hex is 0.00, 0.76, 0.17, 0.04. Web safe color of #f53ccc is #ff33cc. Color #f53ccc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00111100 11001100
Octal 365 74 314
Decimal 245 60 204
Hex F5 3C CC

RGB Percentages of Color #f53ccc

%48.13
%11.79
%40.08

CMYK Percentages of Color #f53ccc

%0
%76
%17
%4

Triadic Colors of #f53ccc

#f53ccc #ccf53c #3cccf5

Analogous Colors of #f53ccc

#f53ccc #f53c70 #c23cf5

Monochromatic Colors of #f53ccc

#f53ccc

Complementary Color

#f53ccc #3cf565

#f53ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f53ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f53ccc Color CSS Codes

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

#f53ccc Text Font Color

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

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


#f53ccc Background Color

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

This div background color is #f53ccc


#f53ccc Border Color

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

This div border color is #f53ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f53ccc


Comments

No comments written yet.

Please login to write comment.