Color Hex Logo

#b486dd Color Hex

#B486DD
(180,134,221)
0 Favorites   0 Comments

Color spaces of #b486dd

RGB 180134221
HSL0.750.560.70
HSV272°39°87°
CMYK 0.190.390.00   0.13
XYZ40.398631.974072.4490
Yxy31.97400.27900.2208
Hunter Lab56.545628.5734-36.3834
CIE-Lab63.321434.0324-37.8429

#b486dd color RGB value is (180,134,221).

#b486dd hex color red value is 180, green value is 134 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b486dd hue: 0.75 , saturation: 0.56 and the lightness value of b486dd is 0.70.

The process color (four color CMYK) of #b486dd color hex is 0.19, 0.39, 0.00, 0.13. Web safe color of #b486dd is #cc99cc. Color #b486dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000110 11011101
Octal 264 206 335
Decimal 180 134 221
Hex B4 86 DD

RGB Percentages of Color #b486dd

%33.64
%25.05
%41.31

CMYK Percentages of Color #b486dd

%19
%39
%0
%13

Triadic Colors of #b486dd

#b486dd #ddb486 #86ddb4

Analogous Colors of #b486dd

#b486dd #dd86db #8986dd

Monochromatic Colors of #b486dd

#b486dd

Complementary Color

#b486dd #afdd86

#b486dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b486dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b486dd Color CSS Codes

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

#b486dd Text Font Color

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

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


#b486dd Background Color

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

This div background color is #b486dd


#b486dd Border Color

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

This div border color is #b486dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b486dd


Comments

No comments written yet.

Please login to write comment.