Color Hex Logo

#bd5bcd Color Hex

#BD5BCD
(189,91,205)
0 Favorites   0 Comments

Color spaces of #bd5bcd

RGB 18991205
HSL0.810.530.58
HSV292°56°80°
CMYK 0.080.560.00   0.20
XYZ35.746822.708860.2568
Yxy22.70880.30110.1913
Hunter Lab47.653850.5052-41.6129
CIE-Lab54.771155.8654-42.1829

#bd5bcd color RGB value is (189,91,205).

#bd5bcd hex color red value is 189, green value is 91 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bd5bcd hue: 0.81 , saturation: 0.53 and the lightness value of bd5bcd is 0.58.

The process color (four color CMYK) of #bd5bcd color hex is 0.08, 0.56, 0.00, 0.20. Web safe color of #bd5bcd is #cc66cc. Color #bd5bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011011 11001101
Octal 275 133 315
Decimal 189 91 205
Hex BD 5B CD

RGB Percentages of Color #bd5bcd

%38.97
%18.76
%42.27

CMYK Percentages of Color #bd5bcd

%8
%56
%0
%20

Triadic Colors of #bd5bcd

#bd5bcd #cdbd5b #5bcdbd

Analogous Colors of #bd5bcd

#bd5bcd #cd5ba4 #845bcd

Monochromatic Colors of #bd5bcd

#bd5bcd

Complementary Color

#bd5bcd #6bcd5b

#bd5bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5bcd Color CSS Codes

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

#bd5bcd Text Font Color

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

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


#bd5bcd Background Color

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

This div background color is #bd5bcd


#bd5bcd Border Color

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

This div border color is #bd5bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5bcd


Comments

No comments written yet.

Please login to write comment.