Color Hex Logo

#bd6cca Color Hex

#BD6CCA
(189,108,202)
0 Favorites   0 Comments

Color spaces of #bd6cca

RGB 189108202
HSL0.810.470.61
HSV292°47°79°
CMYK 0.060.470.00   0.21
XYZ37.009525.808258.9080
Yxy25.80820.30400.2120
Hunter Lab50.801841.1356-33.1894
CIE-Lab57.854546.7753-35.6322

#bd6cca color RGB value is (189,108,202).

#bd6cca hex color red value is 189, green value is 108 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bd6cca hue: 0.81 , saturation: 0.47 and the lightness value of bd6cca is 0.61.

The process color (four color CMYK) of #bd6cca color hex is 0.06, 0.47, 0.00, 0.21. Web safe color of #bd6cca is #cc66cc. Color #bd6cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101100 11001010
Octal 275 154 312
Decimal 189 108 202
Hex BD 6C CA

RGB Percentages of Color #bd6cca

%37.88
%21.64
%40.48

CMYK Percentages of Color #bd6cca

%6
%47
%0
%21

Triadic Colors of #bd6cca

#bd6cca #cabd6c #6ccabd

Analogous Colors of #bd6cca

#bd6cca #ca6ca8 #8e6cca

Monochromatic Colors of #bd6cca

#bd6cca

Complementary Color

#bd6cca #79ca6c

#bd6cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6cca Color CSS Codes

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

#bd6cca Text Font Color

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

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


#bd6cca Background Color

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

This div background color is #bd6cca


#bd6cca Border Color

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

This div border color is #bd6cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6cca


Comments

No comments written yet.

Please login to write comment.