Color Hex Logo

#fc53bf Color Hex

#FC53BF
(252,83,191)
0 Favorites   0 Comments

Color spaces of #fc53bf

RGB 25283191
HSL0.890.970.66
HSV322°67°99°
CMYK 0.000.670.24   0.01
XYZ52.642130.643552.4305
Yxy30.64350.38790.2258
Hunter Lab55.356672.8731-17.4064
CIE-Lab62.205573.5223-21.9239

#fc53bf color RGB value is (252,83,191).

#fc53bf hex color red value is 252, green value is 83 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fc53bf hue: 0.89 , saturation: 0.97 and the lightness value of fc53bf is 0.66.

The process color (four color CMYK) of #fc53bf color hex is 0.00, 0.67, 0.24, 0.01. Web safe color of #fc53bf is #ff66cc. Color #fc53bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010011 10111111
Octal 374 123 277
Decimal 252 83 191
Hex FC 53 BF

RGB Percentages of Color #fc53bf

%47.91
%15.78
%36.31

CMYK Percentages of Color #fc53bf

%0
%67
%24
%1

Triadic Colors of #fc53bf

#fc53bf #bffc53 #53bffc

Analogous Colors of #fc53bf

#fc53bf #fc536b #e553fc

Monochromatic Colors of #fc53bf

#fc53bf

Complementary Color

#fc53bf #53fc90

#fc53bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc53bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc53bf Color CSS Codes

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

#fc53bf Text Font Color

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

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


#fc53bf Background Color

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

This div background color is #fc53bf


#fc53bf Border Color

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

This div border color is #fc53bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,83,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fc53bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fc53bf;
  -webkit-box-shadow: 1px 1px 3px 2px #fc53bf;
  box-shadow:         1px 1px 3px 2px #fc53bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,83,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc53bf


Comments

No comments written yet.

Please login to write comment.