Color Hex Logo

#b46dcd Color Hex

#B46DCD
(180,109,205)
0 Favorites   0 Comments

Color spaces of #b46dcd

RGB 180109205
HSL0.790.490.62
HSV284°47°80°
CMYK 0.120.470.00   0.20
XYZ35.310525.048460.7314
Yxy25.04840.29160.2069
Hunter Lab50.048438.3520-36.9118
CIE-Lab57.122544.2556-38.5587

#b46dcd color RGB value is (180,109,205).

#b46dcd hex color red value is 180, green value is 109 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b46dcd hue: 0.79 , saturation: 0.49 and the lightness value of b46dcd is 0.62.

The process color (four color CMYK) of #b46dcd color hex is 0.12, 0.47, 0.00, 0.20. Web safe color of #b46dcd is #cc66cc. Color #b46dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101101 11001101
Octal 264 155 315
Decimal 180 109 205
Hex B4 6D CD

RGB Percentages of Color #b46dcd

%36.44
%22.06
%41.50

CMYK Percentages of Color #b46dcd

%12
%47
%0
%20

Triadic Colors of #b46dcd

#b46dcd #cdb46d #6dcdb4

Analogous Colors of #b46dcd

#b46dcd #cd6db6 #846dcd

Monochromatic Colors of #b46dcd

#b46dcd

Complementary Color

#b46dcd #86cd6d

#b46dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46dcd Color CSS Codes

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

#b46dcd Text Font Color

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

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


#b46dcd Background Color

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

This div background color is #b46dcd


#b46dcd Border Color

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

This div border color is #b46dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46dcd


Comments

No comments written yet.

Please login to write comment.