Color Hex Logo

#bd6bdc Color Hex

#BD6BDC
(189,107,220)
0 Favorites   0 Comments

Color spaces of #bd6bdc

RGB 189107220
HSL0.790.620.64
HSV284°51°86°
CMYK 0.140.510.00   0.14
XYZ39.162226.501570.7614
Yxy26.50150.28710.1943
Hunter Lab51.479645.7014-45.4615
CIE-Lab58.510050.8960-44.7720

#bd6bdc color RGB value is (189,107,220).

#bd6bdc hex color red value is 189, green value is 107 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bd6bdc hue: 0.79 , saturation: 0.62 and the lightness value of bd6bdc is 0.64.

The process color (four color CMYK) of #bd6bdc color hex is 0.14, 0.51, 0.00, 0.14. Web safe color of #bd6bdc is #cc66cc. Color #bd6bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101011 11011100
Octal 275 153 334
Decimal 189 107 220
Hex BD 6B DC

RGB Percentages of Color #bd6bdc

%36.63
%20.74
%42.64

CMYK Percentages of Color #bd6bdc

%14
%51
%0
%14

Triadic Colors of #bd6bdc

#bd6bdc #dcbd6b #6bdcbd

Analogous Colors of #bd6bdc

#bd6bdc #dc6bc3 #856bdc

Monochromatic Colors of #bd6bdc

#bd6bdc

Complementary Color

#bd6bdc #8adc6b

#bd6bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6bdc Color CSS Codes

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

#bd6bdc Text Font Color

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

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


#bd6bdc Background Color

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

This div background color is #bd6bdc


#bd6bdc Border Color

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

This div border color is #bd6bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6bdc


Comments

No comments written yet.

Please login to write comment.