Color Hex Logo

#bd60bd Color Hex

#BD60BD
(189,96,189)
0 Favorites   0 Comments

Color spaces of #bd60bd

RGB 18996189
HSL0.830.410.56
HSV300°49°74°
CMYK 0.000.490.00   0.26
XYZ34.354422.858750.7456
Yxy22.85870.31820.2117
Hunter Lab47.810844.5922-29.4619
CIE-Lab54.926550.4474-32.7764

#bd60bd color RGB value is (189,96,189).

#bd60bd hex color red value is 189, green value is 96 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bd60bd hue: 0.83 , saturation: 0.41 and the lightness value of bd60bd is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100000 10111101
Octal 275 140 275
Decimal 189 96 189
Hex BD 60 BD

RGB Percentages of Color #bd60bd

%39.87
%20.25
%39.87

CMYK Percentages of Color #bd60bd

%0
%49
%0
%26

Triadic Colors of #bd60bd

#bd60bd #bdbd60 #60bdbd

Analogous Colors of #bd60bd

#bd60bd #bd608f #8f60bd

Monochromatic Colors of #bd60bd

#bd60bd

Complementary Color

#bd60bd #60bd60

#bd60bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd60bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd60bd Color CSS Codes

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

#bd60bd Text Font Color

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

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


#bd60bd Background Color

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

This div background color is #bd60bd


#bd60bd Border Color

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

This div border color is #bd60bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd60bd


Comments

No comments written yet.

Please login to write comment.