Color Hex Logo

#fd75ba Color Hex

#FD75BA
(253,117,186)
0 Favorites   0 Comments

Color spaces of #fd75ba

RGB 253117186
HSL0.920.970.73
HSV330°54°99°
CMYK 0.000.540.26   0.01
XYZ55.732237.150450.6877
Yxy37.15040.38820.2588
Hunter Lab60.951156.5515-6.6405
CIE-Lab67.389759.0588-11.2291

#fd75ba color RGB value is (253,117,186).

#fd75ba hex color red value is 253, green value is 117 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fd75ba hue: 0.92 , saturation: 0.97 and the lightness value of fd75ba is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110101 10111010
Octal 375 165 272
Decimal 253 117 186
Hex FD 75 BA

RGB Percentages of Color #fd75ba

%45.50
%21.04
%33.45

CMYK Percentages of Color #fd75ba

%0
%54
%26
%1

Triadic Colors of #fd75ba

#fd75ba #bafd75 #75bafd

Analogous Colors of #fd75ba

#fd75ba #fd7576 #fc75fd

Monochromatic Colors of #fd75ba

#fd75ba

Complementary Color

#fd75ba #75fdb8

#fd75ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd75ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd75ba Color CSS Codes

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

#fd75ba Text Font Color

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

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


#fd75ba Background Color

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

This div background color is #fd75ba


#fd75ba Border Color

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

This div border color is #fd75ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd75ba

Related Colors


Comments

No comments written yet.

Please login to write comment.