Color Hex Logo

#bd6bd5 Color Hex

#BD6BD5
(189,107,213)
0 Favorites   0 Comments

Color spaces of #bd6bd5

RGB 189107213
HSL0.800.560.63
HSV286°50°84°
CMYK 0.110.500.00   0.16
XYZ38.254226.138365.9798
Yxy26.13830.29340.2005
Hunter Lab51.125644.0908-40.7283
CIE-Lab58.168149.4719-41.3681

#bd6bd5 color RGB value is (189,107,213).

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

The process color (four color CMYK) of #bd6bd5 color hex is 0.11, 0.50, 0.00, 0.16. Web safe color of #bd6bd5 is #cc66cc. Color #bd6bd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101011 11010101
Octal 275 153 325
Decimal 189 107 213
Hex BD 6B D5

RGB Percentages of Color #bd6bd5

%37.13
%21.02
%41.85

CMYK Percentages of Color #bd6bd5

%11
%50
%0
%16

Triadic Colors of #bd6bd5

#bd6bd5 #d5bd6b #6bd5bd

Analogous Colors of #bd6bd5

#bd6bd5 #d56bb8 #886bd5

Monochromatic Colors of #bd6bd5

#bd6bd5

Complementary Color

#bd6bd5 #83d56b

#bd6bd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6bd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6bd5 Color CSS Codes

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

#bd6bd5 Text Font Color

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

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


#bd6bd5 Background Color

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

This div background color is #bd6bd5


#bd6bd5 Border Color

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

This div border color is #bd6bd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6bd5


Comments

No comments written yet.

Please login to write comment.