Color Hex Logo

#fc53cb Color Hex

#FC53CB
(252,83,203)
0 Favorites   0 Comments

Color spaces of #fc53cb

RGB 25283203
HSL0.880.970.66
HSV317°67°99°
CMYK 0.000.670.19   0.01
XYZ54.017631.193859.6739
Yxy31.19380.37280.2153
Hunter Lab55.851474.8992-24.2518
CIE-Lab62.670975.0621-28.0314

#fc53cb color RGB value is (252,83,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010011 11001011
Octal 374 123 313
Decimal 252 83 203
Hex FC 53 CB

RGB Percentages of Color #fc53cb

%46.84
%15.43
%37.73

CMYK Percentages of Color #fc53cb

%0
%67
%19
%1

Triadic Colors of #fc53cb

#fc53cb #cbfc53 #53cbfc

Analogous Colors of #fc53cb

#fc53cb #fc5377 #d953fc

Monochromatic Colors of #fc53cb

#fc53cb

Complementary Color

#fc53cb #53fc84

#fc53cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc53cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc53cb Color CSS Codes

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

#fc53cb Text Font Color

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

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


#fc53cb Background Color

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

This div background color is #fc53cb


#fc53cb Border Color

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

This div border color is #fc53cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc53cb


Comments

No comments written yet.

Please login to write comment.