Color Hex Logo

#bd60bc Color Hex

#BD60BC
(189,96,188)
0 Favorites   0 Comments

Color spaces of #bd60bc

RGB 18996188
HSL0.840.410.56
HSV301°49°74°
CMYK 0.000.490.01   0.26
XYZ34.246222.815450.1758
Yxy22.81540.31930.2128
Hunter Lab47.765544.3888-28.8461
CIE-Lab54.881750.2663-32.2711

#bd60bc color RGB value is (189,96,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100000 10111100
Octal 275 140 274
Decimal 189 96 188
Hex BD 60 BC

RGB Percentages of Color #bd60bc

%39.96
%20.30
%39.75

CMYK Percentages of Color #bd60bc

%0
%49
%1
%26

Triadic Colors of #bd60bc

#bd60bc #bcbd60 #60bcbd

Analogous Colors of #bd60bc

#bd60bc #bd608e #9060bd

Monochromatic Colors of #bd60bc

#bd60bc

Complementary Color

#bd60bc #60bd61

#bd60bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd60bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd60bc Color CSS Codes

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

#bd60bc Text Font Color

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

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


#bd60bc Background Color

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

This div background color is #bd60bc


#bd60bc Border Color

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

This div border color is #bd60bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd60bc


Comments

No comments written yet.

Please login to write comment.