Color Hex Logo

#f53ccd Color Hex

#F53CCD
(245,60,205)
0 Favorites   0 Comments

Color spaces of #f53ccd

RGB 24560205
HSL0.870.900.60
HSV313°76°96°
CMYK 0.000.760.16   0.04
XYZ50.291527.052060.3285
Yxy27.05200.36530.1965
Hunter Lab52.011581.5768-32.3628
CIE-Lab59.022481.0376-34.9182

#f53ccd color RGB value is (245,60,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00111100 11001101
Octal 365 74 315
Decimal 245 60 205
Hex F5 3C CD

RGB Percentages of Color #f53ccd

%48.04
%11.76
%40.20

CMYK Percentages of Color #f53ccd

%0
%76
%16
%4

Triadic Colors of #f53ccd

#f53ccd #cdf53c #3ccdf5

Analogous Colors of #f53ccd

#f53ccd #f53c71 #c13cf5

Monochromatic Colors of #f53ccd

#f53ccd

Complementary Color

#f53ccd #3cf564

#f53ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f53ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f53ccd Color CSS Codes

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

#f53ccd Text Font Color

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

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


#f53ccd Background Color

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

This div background color is #f53ccd


#f53ccd Border Color

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

This div border color is #f53ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f53ccd


Comments

No comments written yet.

Please login to write comment.