Color Hex Logo

#b46cdd Color Hex

#B46CDD
(180,108,221)
0 Favorites   0 Comments

Color spaces of #b46cdd

RGB 180108221
HSL0.770.620.65
HSV278°51°87°
CMYK 0.190.510.00   0.13
XYZ37.236125.648971.3948
Yxy25.64890.27730.1910
Hunter Lab50.644742.6122-48.1309
CIE-Lab57.702348.1752-46.6800

#b46cdd color RGB value is (180,108,221).

#b46cdd hex color red value is 180, green value is 108 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b46cdd hue: 0.77 , saturation: 0.62 and the lightness value of b46cdd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101100 11011101
Octal 264 154 335
Decimal 180 108 221
Hex B4 6C DD

RGB Percentages of Color #b46cdd

%35.36
%21.22
%43.42

CMYK Percentages of Color #b46cdd

%19
%51
%0
%13

Triadic Colors of #b46cdd

#b46cdd #ddb46c #6cddb4

Analogous Colors of #b46cdd

#b46cdd #dd6cce #7c6cdd

Monochromatic Colors of #b46cdd

#b46cdd

Complementary Color

#b46cdd #95dd6c

#b46cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46cdd Color CSS Codes

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

#b46cdd Text Font Color

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

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


#b46cdd Background Color

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

This div background color is #b46cdd


#b46cdd Border Color

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

This div border color is #b46cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46cdd


Comments

No comments written yet.

Please login to write comment.