Color Hex Logo

#fc52cb Color Hex

#FC52CB
(252,82,203)
0 Favorites   0 Comments

Color spaces of #fc52cb

RGB 25282203
HSL0.880.970.65
HSV317°67°99°
CMYK 0.000.670.19   0.01
XYZ53.941731.041859.6485
Yxy31.04180.37300.2146
Hunter Lab55.715275.3166-24.4751
CIE-Lab62.542975.4197-28.2289

#fc52cb color RGB value is (252,82,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010010 11001011
Octal 374 122 313
Decimal 252 82 203
Hex FC 52 CB

RGB Percentages of Color #fc52cb

%46.93
%15.27
%37.80

CMYK Percentages of Color #fc52cb

%0
%67
%19
%1

Triadic Colors of #fc52cb

#fc52cb #cbfc52 #52cbfc

Analogous Colors of #fc52cb

#fc52cb #fc5276 #d852fc

Monochromatic Colors of #fc52cb

#fc52cb

Complementary Color

#fc52cb #52fc83

#fc52cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc52cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc52cb Color CSS Codes

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

#fc52cb Text Font Color

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

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


#fc52cb Background Color

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

This div background color is #fc52cb


#fc52cb Border Color

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

This div border color is #fc52cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc52cb

Related Colors


Comments

No comments written yet.

Please login to write comment.