Color Hex Logo

#bd0bcc Color Hex

#BD0BCC
(189,11,204)
0 Favorites   0 Comments

Color spaces of #bd0bcc

RGB 18911204
HSL0.820.900.42
HSV295°95°80°
CMYK 0.070.950.00   0.20
XYZ32.005015.417858.4158
Yxy15.41780.30240.1457
Hunter Lab39.265576.7793-60.7206
CIE-Lab46.201279.7449-55.2690

#bd0bcc color RGB value is (189,11,204).

#bd0bcc hex color red value is 189, green value is 11 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bd0bcc hue: 0.82 , saturation: 0.90 and the lightness value of bd0bcc is 0.42.

The process color (four color CMYK) of #bd0bcc color hex is 0.07, 0.95, 0.00, 0.20. Web safe color of #bd0bcc is #cc00cc. Color #bd0bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00001011 11001100
Octal 275 13 314
Decimal 189 11 204
Hex BD B CC

RGB Percentages of Color #bd0bcc

%46.78
%2.72
%50.50

CMYK Percentages of Color #bd0bcc

%7
%95
%0
%20

Triadic Colors of #bd0bcc

#bd0bcc #ccbd0b #0bccbd

Analogous Colors of #bd0bcc

#bd0bcc #cc0b7b #5d0bcc

Monochromatic Colors of #bd0bcc

#bd0bcc

Complementary Color

#bd0bcc #1acc0b

#bd0bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd0bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd0bcc Color CSS Codes

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

#bd0bcc Text Font Color

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

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


#bd0bcc Background Color

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

This div background color is #bd0bcc


#bd0bcc Border Color

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

This div border color is #bd0bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd0bcc


Comments

No comments written yet.

Please login to write comment.