Color Hex Logo

#bd0dcd Color Hex

#BD0DCD
(189,13,205)
0 Favorites   0 Comments

Color spaces of #bd0dcd

RGB 18913205
HSL0.820.880.43
HSV295°94°80°
CMYK 0.080.940.00   0.20
XYZ32.149615.514459.0577
Yxy15.51440.30120.1454
Hunter Lab39.388376.7660-61.3259
CIE-Lab46.330879.7092-55.6386

#bd0dcd color RGB value is (189,13,205).

#bd0dcd hex color red value is 189, green value is 13 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bd0dcd hue: 0.82 , saturation: 0.88 and the lightness value of bd0dcd is 0.43.

The process color (four color CMYK) of #bd0dcd color hex is 0.08, 0.94, 0.00, 0.20. Web safe color of #bd0dcd is #cc00cc. Color #bd0dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00001101 11001101
Octal 275 15 315
Decimal 189 13 205
Hex BD D CD

RGB Percentages of Color #bd0dcd

%46.44
%3.19
%50.37

CMYK Percentages of Color #bd0dcd

%8
%94
%0
%20

Triadic Colors of #bd0dcd

#bd0dcd #cdbd0d #0dcdbd

Analogous Colors of #bd0dcd

#bd0dcd #cd0d7d #5d0dcd

Monochromatic Colors of #bd0dcd

#bd0dcd

Complementary Color

#bd0dcd #1dcd0d

#bd0dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd0dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd0dcd Color CSS Codes

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

#bd0dcd Text Font Color

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

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


#bd0dcd Background Color

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

This div background color is #bd0dcd


#bd0dcd Border Color

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

This div border color is #bd0dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd0dcd


Comments

No comments written yet.

Please login to write comment.