Color Hex Logo

#fd52ba Color Hex

#FD52BA
(253,82,186)
0 Favorites   0 Comments

Color spaces of #fd52ba

RGB 25382186
HSL0.900.980.66
HSV324°68°99°
CMYK 0.000.680.26   0.01
XYZ52.388230.462449.5730
Yxy30.46240.39560.2300
Hunter Lab55.192872.8424-14.6181
CIE-Lab62.051273.5265-19.2888

#fd52ba color RGB value is (253,82,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010010 10111010
Octal 375 122 272
Decimal 253 82 186
Hex FD 52 BA

RGB Percentages of Color #fd52ba

%48.56
%15.74
%35.70

CMYK Percentages of Color #fd52ba

%0
%68
%26
%1

Triadic Colors of #fd52ba

#fd52ba #bafd52 #52bafd

Analogous Colors of #fd52ba

#fd52ba #fd5265 #eb52fd

Monochromatic Colors of #fd52ba

#fd52ba

Complementary Color

#fd52ba #52fd95

#fd52ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd52ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd52ba Color CSS Codes

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

#fd52ba Text Font Color

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

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


#fd52ba Background Color

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

This div background color is #fd52ba


#fd52ba Border Color

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

This div border color is #fd52ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd52ba


Comments

No comments written yet.

Please login to write comment.