Color Hex Logo

#fd75ac Color Hex

#FD75AC
(253,117,172)
0 Favorites   0 Comments

Color spaces of #fd75ac

RGB 253117172
HSL0.930.970.73
HSV336°54°99°
CMYK 0.000.540.32   0.01
XYZ54.315736.583843.2283
Yxy36.58380.40500.2728
Hunter Lab60.484554.4468-0.0354
CIE-Lab66.963657.3195-3.9532

#fd75ac color RGB value is (253,117,172).

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

The process color (four color CMYK) of #fd75ac color hex is 0.00, 0.54, 0.32, 0.01. Web safe color of #fd75ac is #ff6699. Color #fd75ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110101 10101100
Octal 375 165 254
Decimal 253 117 172
Hex FD 75 AC

RGB Percentages of Color #fd75ac

%46.68
%21.59
%31.73

CMYK Percentages of Color #fd75ac

%0
%54
%32
%1

Triadic Colors of #fd75ac

#fd75ac #acfd75 #75acfd

Analogous Colors of #fd75ac

#fd75ac #fd8275 #fd75f0

Monochromatic Colors of #fd75ac

#fd75ac

Complementary Color

#fd75ac #75fdc6

#fd75ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd75ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd75ac Color CSS Codes

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

#fd75ac Text Font Color

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

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


#fd75ac Background Color

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

This div background color is #fd75ac


#fd75ac Border Color

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

This div border color is #fd75ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd75ac

Related Colors


Comments

No comments written yet.

Please login to write comment.