Color Hex Logo

#bd75bd Color Hex

#BD75BD
(189,117,189)
0 Favorites   0 Comments

Color spaces of #bd75bd

RGB 189117189
HSL0.830.350.60
HSV300°38°74°
CMYK 0.000.380.00   0.26
XYZ36.532927.215551.4717
Yxy27.21550.31710.2362
Hunter Lab52.168533.7064-21.9802
CIE-Lab59.173339.5171-26.1904

#bd75bd color RGB value is (189,117,189).

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

The process color (four color CMYK) of #bd75bd color hex is 0.00, 0.38, 0.00, 0.26. Web safe color of #bd75bd is #cc66cc. Color #bd75bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110101 10111101
Octal 275 165 275
Decimal 189 117 189
Hex BD 75 BD

RGB Percentages of Color #bd75bd

%38.18
%23.64
%38.18

CMYK Percentages of Color #bd75bd

%0
%38
%0
%26

Triadic Colors of #bd75bd

#bd75bd #bdbd75 #75bdbd

Analogous Colors of #bd75bd

#bd75bd #bd7599 #9975bd

Monochromatic Colors of #bd75bd

#bd75bd

Complementary Color

#bd75bd #75bd75

#bd75bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd75bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd75bd Color CSS Codes

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

#bd75bd Text Font Color

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

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


#bd75bd Background Color

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

This div background color is #bd75bd


#bd75bd Border Color

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

This div border color is #bd75bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd75bd


Comments

No comments written yet.

Please login to write comment.