Color Hex Logo

#fd52bc Color Hex

#FD52BC
(253,82,188)
0 Favorites   0 Comments

Color spaces of #fd52bc

RGB 25382188
HSL0.900.980.66
HSV323°68°99°
CMYK 0.000.680.26   0.01
XYZ52.602430.548150.7009
Yxy30.54810.39300.2282
Hunter Lab55.270373.1606-15.6990
CIE-Lab62.124373.7693-20.3209

#fd52bc color RGB value is (253,82,188).

#fd52bc hex color red value is 253, green value is 82 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fd52bc hue: 0.90 , saturation: 0.98 and the lightness value of fd52bc is 0.66.

The process color (four color CMYK) of #fd52bc color hex is 0.00, 0.68, 0.26, 0.01. Web safe color of #fd52bc is #ff66cc. Color #fd52bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010010 10111100
Octal 375 122 274
Decimal 253 82 188
Hex FD 52 BC

RGB Percentages of Color #fd52bc

%48.37
%15.68
%35.95

CMYK Percentages of Color #fd52bc

%0
%68
%26
%1

Triadic Colors of #fd52bc

#fd52bc #bcfd52 #52bcfd

Analogous Colors of #fd52bc

#fd52bc #fd5267 #e952fd

Monochromatic Colors of #fd52bc

#fd52bc

Complementary Color

#fd52bc #52fd93

#fd52bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd52bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd52bc Color CSS Codes

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

#fd52bc Text Font Color

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

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


#fd52bc Background Color

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

This div background color is #fd52bc


#fd52bc Border Color

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

This div border color is #fd52bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd52bc

Related Colors


Comments

No comments written yet.

Please login to write comment.