Color Hex Logo

#bd6ca2 Color Hex

#BD6CA2
(189,108,162)
0 Favorites   0 Comments

Color spaces of #bd6ca2

RGB 189108162
HSL0.890.380.58
HSV320°43°74°
CMYK 0.000.430.14   0.26
XYZ32.870424.152637.1119
Yxy24.15260.34920.2566
Hunter Lab49.145333.3839-10.3709
CIE-Lab56.240339.5806-15.1536

#bd6ca2 color RGB value is (189,108,162).

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

The process color (four color CMYK) of #bd6ca2 color hex is 0.00, 0.43, 0.14, 0.26. Web safe color of #bd6ca2 is #cc6699. Color #bd6ca2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101100 10100010
Octal 275 154 242
Decimal 189 108 162
Hex BD 6C A2

RGB Percentages of Color #bd6ca2

%41.18
%23.53
%35.29

CMYK Percentages of Color #bd6ca2

%0
%43
%14
%26

Triadic Colors of #bd6ca2

#bd6ca2 #a2bd6c #6ca2bd

Analogous Colors of #bd6ca2

#bd6ca2 #bd6c7a #b06cbd

Monochromatic Colors of #bd6ca2

#bd6ca2

Complementary Color

#bd6ca2 #6cbd87

#bd6ca2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6ca2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6ca2 Color CSS Codes

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

#bd6ca2 Text Font Color

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

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


#bd6ca2 Background Color

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

This div background color is #bd6ca2


#bd6ca2 Border Color

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

This div border color is #bd6ca2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6ca2


Comments

No comments written yet.

Please login to write comment.