Color Hex Logo

#bd6dc3 Color Hex

#BD6DC3
(189,109,195)
0 Favorites   0 Comments

Color spaces of #bd6dc3

RGB 189109195
HSL0.820.420.60
HSV296°44°76°
CMYK 0.030.440.00   0.24
XYZ36.305225.696254.6761
Yxy25.69620.31120.2202
Hunter Lab50.691439.1317-28.4666
CIE-Lab57.747644.9055-31.8168

#bd6dc3 color RGB value is (189,109,195).

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

The process color (four color CMYK) of #bd6dc3 color hex is 0.03, 0.44, 0.00, 0.24. Web safe color of #bd6dc3 is #cc66cc. Color #bd6dc3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101101 11000011
Octal 275 155 303
Decimal 189 109 195
Hex BD 6D C3

RGB Percentages of Color #bd6dc3

%38.34
%22.11
%39.55

CMYK Percentages of Color #bd6dc3

%3
%44
%0
%24

Triadic Colors of #bd6dc3

#bd6dc3 #c3bd6d #6dc3bd

Analogous Colors of #bd6dc3

#bd6dc3 #c36d9e #926dc3

Monochromatic Colors of #bd6dc3

#bd6dc3

Complementary Color

#bd6dc3 #73c36d

#bd6dc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6dc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6dc3 Color CSS Codes

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

#bd6dc3 Text Font Color

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

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


#bd6dc3 Background Color

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

This div background color is #bd6dc3


#bd6dc3 Border Color

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

This div border color is #bd6dc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6dc3


Comments

No comments written yet.

Please login to write comment.