Color Hex Logo

#fd75bf Color Hex

#FD75BF
(253,117,191)
0 Favorites   0 Comments

Color spaces of #fd75bf

RGB 253117191
HSL0.910.970.73
HSV327°54°99°
CMYK 0.000.540.25   0.01
XYZ56.273337.366853.5368
Yxy37.36680.38240.2539
Hunter Lab61.128457.3481-9.1368
CIE-Lab67.551359.7123-13.8019

#fd75bf color RGB value is (253,117,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110101 10111111
Octal 375 165 277
Decimal 253 117 191
Hex FD 75 BF

RGB Percentages of Color #fd75bf

%45.10
%20.86
%34.05

CMYK Percentages of Color #fd75bf

%0
%54
%25
%1

Triadic Colors of #fd75bf

#fd75bf #bffd75 #75bffd

Analogous Colors of #fd75bf

#fd75bf #fd757b #f775fd

Monochromatic Colors of #fd75bf

#fd75bf

Complementary Color

#fd75bf #75fdb3

#fd75bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd75bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd75bf Color CSS Codes

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

#fd75bf Text Font Color

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

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


#fd75bf Background Color

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

This div background color is #fd75bf


#fd75bf Border Color

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

This div border color is #fd75bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd75bf


Comments

No comments written yet.

Please login to write comment.