Color Hex Logo

#b486df Color Hex

#B486DF
(180,134,223)
0 Favorites   0 Comments

Color spaces of #b486df

RGB 180134223
HSL0.750.580.70
HSV271°40°87°
CMYK 0.190.400.00   0.13
XYZ40.666832.081273.8610
Yxy32.08120.27740.2188
Hunter Lab56.640329.0397-37.6682
CIE-Lab63.409934.4808-38.8173

#b486df color RGB value is (180,134,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000110 11011111
Octal 264 206 337
Decimal 180 134 223
Hex B4 86 DF

RGB Percentages of Color #b486df

%33.52
%24.95
%41.53

CMYK Percentages of Color #b486df

%19
%40
%0
%13

Triadic Colors of #b486df

#b486df #dfb486 #86dfb4

Analogous Colors of #b486df

#b486df #df86de #8886df

Monochromatic Colors of #b486df

#b486df

Complementary Color

#b486df #b1df86

#b486df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b486df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b486df Color CSS Codes

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

#b486df Text Font Color

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

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


#b486df Background Color

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

This div background color is #b486df


#b486df Border Color

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

This div border color is #b486df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b486df


Comments

No comments written yet.

Please login to write comment.