Color Hex Logo

#bd75bf Color Hex

#BD75BF
(189,117,191)
0 Favorites   0 Comments

Color spaces of #bd75bf

RGB 189117191
HSL0.830.370.60
HSV298°39°75°
CMYK 0.010.390.00   0.25
XYZ36.751527.303052.6232
Yxy27.30300.31500.2340
Hunter Lab52.252334.1060-23.1343
CIE-Lab59.253739.8938-27.2050

#bd75bf color RGB value is (189,117,191).

#bd75bf hex color red value is 189, green value is 117 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bd75bf hue: 0.83 , saturation: 0.37 and the lightness value of bd75bf is 0.60.

The process color (four color CMYK) of #bd75bf color hex is 0.01, 0.39, 0.00, 0.25. Web safe color of #bd75bf is #cc66cc. Color #bd75bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110101 10111111
Octal 275 165 277
Decimal 189 117 191
Hex BD 75 BF

RGB Percentages of Color #bd75bf

%38.03
%23.54
%38.43

CMYK Percentages of Color #bd75bf

%1
%39
%0
%25

Triadic Colors of #bd75bf

#bd75bf #bfbd75 #75bfbd

Analogous Colors of #bd75bf

#bd75bf #bf759c #9875bf

Monochromatic Colors of #bd75bf

#bd75bf

Complementary Color

#bd75bf #77bf75

#bd75bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd75bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd75bf Color CSS Codes

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

#bd75bf Text Font Color

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

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


#bd75bf Background Color

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

This div background color is #bd75bf


#bd75bf Border Color

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

This div border color is #bd75bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd75bf


Comments

No comments written yet.

Please login to write comment.