Color Hex Logo

#b46bdc Color Hex

#B46BDC
(180,107,220)
0 Favorites   0 Comments

Color spaces of #b46bdc

RGB 180107220
HSL0.770.620.64
HSV279°51°86°
CMYK 0.180.510.00   0.14
XYZ36.998425.386070.6601
Yxy25.38600.27810.1908
Hunter Lab50.384542.9033-47.8801
CIE-Lab57.449648.4842-46.5176

#b46bdc color RGB value is (180,107,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101011 11011100
Octal 264 153 334
Decimal 180 107 220
Hex B4 6B DC

RGB Percentages of Color #b46bdc

%35.50
%21.10
%43.39

CMYK Percentages of Color #b46bdc

%18
%51
%0
%14

Triadic Colors of #b46bdc

#b46bdc #dcb46b #6bdcb4

Analogous Colors of #b46bdc

#b46bdc #dc6bcc #7c6bdc

Monochromatic Colors of #b46bdc

#b46bdc

Complementary Color

#b46bdc #93dc6b

#b46bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46bdc Color CSS Codes

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

#b46bdc Text Font Color

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

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


#b46bdc Background Color

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

This div background color is #b46bdc


#b46bdc Border Color

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

This div border color is #b46bdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,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 #b46bdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46bdc


Comments

No comments written yet.

Please login to write comment.