Color Hex Logo

#b486dc Color Hex

#B486DC
(180,134,220)
0 Favorites   0 Comments

Color spaces of #b486dc

RGB 180134220
HSL0.760.550.69
HSV272°39°86°
CMYK 0.180.390.00   0.14
XYZ40.265831.920871.7492
Yxy31.92080.27970.2218
Hunter Lab56.498528.3424-35.7453
CIE-Lab63.277433.8097-37.3548

#b486dc color RGB value is (180,134,220).

#b486dc hex color red value is 180, green value is 134 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b486dc hue: 0.76 , saturation: 0.55 and the lightness value of b486dc is 0.69.

The process color (four color CMYK) of #b486dc color hex is 0.18, 0.39, 0.00, 0.14. Web safe color of #b486dc is #cc99cc. Color #b486dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000110 11011100
Octal 264 206 334
Decimal 180 134 220
Hex B4 86 DC

RGB Percentages of Color #b486dc

%33.71
%25.09
%41.20

CMYK Percentages of Color #b486dc

%18
%39
%0
%14

Triadic Colors of #b486dc

#b486dc #dcb486 #86dcb4

Analogous Colors of #b486dc

#b486dc #dc86d9 #8986dc

Monochromatic Colors of #b486dc

#b486dc

Complementary Color

#b486dc #aedc86

#b486dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b486dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b486dc Color CSS Codes

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

#b486dc Text Font Color

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

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


#b486dc Background Color

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

This div background color is #b486dc


#b486dc Border Color

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

This div border color is #b486dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b486dc


Comments

No comments written yet.

Please login to write comment.