Color Hex Logo

#bd6dbc Color Hex

#BD6DBC
(189,109,188)
0 Favorites   0 Comments

Color spaces of #bd6dbc

RGB 189109188
HSL0.840.380.58
HSV301°42°74°
CMYK 0.000.420.01   0.26
XYZ35.532025.386950.6044
Yxy25.38690.31860.2276
Hunter Lab50.385437.7045-24.2779
CIE-Lab57.450543.5921-28.2808

#bd6dbc color RGB value is (189,109,188).

#bd6dbc hex color red value is 189, green value is 109 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bd6dbc hue: 0.84 , saturation: 0.38 and the lightness value of bd6dbc is 0.58.

The process color (four color CMYK) of #bd6dbc color hex is 0.00, 0.42, 0.01, 0.26. Web safe color of #bd6dbc is #cc66cc. Color #bd6dbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101101 10111100
Octal 275 155 274
Decimal 189 109 188
Hex BD 6D BC

RGB Percentages of Color #bd6dbc

%38.89
%22.43
%38.68

CMYK Percentages of Color #bd6dbc

%0
%42
%1
%26

Triadic Colors of #bd6dbc

#bd6dbc #bcbd6d #6dbcbd

Analogous Colors of #bd6dbc

#bd6dbc #bd6d94 #966dbd

Monochromatic Colors of #bd6dbc

#bd6dbc

Complementary Color

#bd6dbc #6dbd6e

#bd6dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6dbc Color CSS Codes

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

#bd6dbc Text Font Color

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

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


#bd6dbc Background Color

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

This div background color is #bd6dbc


#bd6dbc Border Color

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

This div border color is #bd6dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6dbc


Comments

No comments written yet.

Please login to write comment.