Color Hex Logo

#fd50ba Color Hex

#FD50BA
(253,80,186)
0 Favorites   0 Comments

Color spaces of #fd50ba

RGB 25380186
HSL0.900.980.65
HSV323°68°99°
CMYK 0.000.680.26   0.01
XYZ52.239630.165149.5235
Yxy30.16510.39600.2286
Hunter Lab54.922873.6648-15.0155
CIE-Lab61.796474.2366-19.6768

#fd50ba color RGB value is (253,80,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010000 10111010
Octal 375 120 272
Decimal 253 80 186
Hex FD 50 BA

RGB Percentages of Color #fd50ba

%48.75
%15.41
%35.84

CMYK Percentages of Color #fd50ba

%0
%68
%26
%1

Triadic Colors of #fd50ba

#fd50ba #bafd50 #50bafd

Analogous Colors of #fd50ba

#fd50ba #fd5064 #ea50fd

Monochromatic Colors of #fd50ba

#fd50ba

Complementary Color

#fd50ba #50fd93

#fd50ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd50ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd50ba Color CSS Codes

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

#fd50ba Text Font Color

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

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


#fd50ba Background Color

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

This div background color is #fd50ba


#fd50ba Border Color

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

This div border color is #fd50ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd50ba


Comments

No comments written yet.

Please login to write comment.