Color Hex Logo

#ff75bf Color Hex

#FF75BF
(255,117,191)
0 Favorites   0 Comments

Color spaces of #ff75bf

RGB 255117191
HSL0.911.000.73
HSV328°54°100°
CMYK 0.000.540.25   0.00
XYZ57.005337.744253.5711
Yxy37.74420.38430.2545
Hunter Lab61.436358.1124-8.6942
CIE-Lab67.831760.3165-13.3522

#ff75bf color RGB value is (255,117,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110101 10111111
Octal 377 165 277
Decimal 255 117 191
Hex FF 75 BF

RGB Percentages of Color #ff75bf

%45.29
%20.78
%33.93

CMYK Percentages of Color #ff75bf

%0
%54
%25
%0

Triadic Colors of #ff75bf

#ff75bf #bfff75 #75bfff

Analogous Colors of #ff75bf

#ff75bf #ff757a #fa75ff

Monochromatic Colors of #ff75bf

#ff75bf

Complementary Color

#ff75bf #75ffb5

#ff75bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff75bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff75bf Color CSS Codes

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

#ff75bf Text Font Color

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

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


#ff75bf Background Color

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

This div background color is #ff75bf


#ff75bf Border Color

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

This div border color is #ff75bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff75bf

Related Colors

#ff75bf Color Palettes


Comments

No comments written yet.

Please login to write comment.