Color Hex Logo

#bd76cc Color Hex

#BD76CC
(189,118,204)
0 Favorites   0 Comments

Color spaces of #bd76cc

RGB 189118204
HSL0.800.460.63
HSV290°42°80°
CMYK 0.070.420.00   0.20
XYZ38.363828.135360.5354
Yxy28.13530.30200.2215
Hunter Lab53.042736.2776-30.5353
CIE-Lab60.010841.8815-33.4017

#bd76cc color RGB value is (189,118,204).

#bd76cc hex color red value is 189, green value is 118 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bd76cc hue: 0.80 , saturation: 0.46 and the lightness value of bd76cc is 0.63.

The process color (four color CMYK) of #bd76cc color hex is 0.07, 0.42, 0.00, 0.20. Web safe color of #bd76cc is #cc66cc. Color #bd76cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110110 11001100
Octal 275 166 314
Decimal 189 118 204
Hex BD 76 CC

RGB Percentages of Color #bd76cc

%36.99
%23.09
%39.92

CMYK Percentages of Color #bd76cc

%7
%42
%0
%20

Triadic Colors of #bd76cc

#bd76cc #ccbd76 #76ccbd

Analogous Colors of #bd76cc

#bd76cc #cc76b0 #9276cc

Monochromatic Colors of #bd76cc

#bd76cc

Complementary Color

#bd76cc #85cc76

#bd76cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd76cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd76cc Color CSS Codes

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

#bd76cc Text Font Color

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

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


#bd76cc Background Color

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

This div background color is #bd76cc


#bd76cc Border Color

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

This div border color is #bd76cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd76cc


Comments

No comments written yet.

Please login to write comment.