Color Hex Logo

#fc52bd Color Hex

#FC52BD
(252,82,189)
0 Favorites   0 Comments

Color spaces of #fc52bd

RGB 25282189
HSL0.900.970.65
HSV322°67°99°
CMYK 0.000.670.25   0.01
XYZ52.347530.404251.2537
Yxy30.40420.39060.2269
Hunter Lab55.140072.9651-16.5132
CIE-Lab62.001473.6347-21.0941

#fc52bd color RGB value is (252,82,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010010 10111101
Octal 374 122 275
Decimal 252 82 189
Hex FC 52 BD

RGB Percentages of Color #fc52bd

%48.18
%15.68
%36.14

CMYK Percentages of Color #fc52bd

%0
%67
%25
%1

Triadic Colors of #fc52bd

#fc52bd #bdfc52 #52bdfc

Analogous Colors of #fc52bd

#fc52bd #fc5268 #e652fc

Monochromatic Colors of #fc52bd

#fc52bd

Complementary Color

#fc52bd #52fc91

#fc52bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc52bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc52bd Color CSS Codes

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

#fc52bd Text Font Color

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

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


#fc52bd Background Color

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

This div background color is #fc52bd


#fc52bd Border Color

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

This div border color is #fc52bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc52bd


Comments

No comments written yet.

Please login to write comment.