Color Hex Logo

#b486de Color Hex

#B486DE
(180,134,222)
0 Favorites   0 Comments

Color spaces of #b486de

RGB 180134222
HSL0.750.570.70
HSV271°40°87°
CMYK 0.190.400.00   0.13
XYZ40.532332.027473.1529
Yxy32.02740.27820.2198
Hunter Lab56.592828.8062-37.0245
CIE-Lab63.365534.2564-38.3305

#b486de color RGB value is (180,134,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000110 11011110
Octal 264 206 336
Decimal 180 134 222
Hex B4 86 DE

RGB Percentages of Color #b486de

%33.58
%25.00
%41.42

CMYK Percentages of Color #b486de

%19
%40
%0
%13

Triadic Colors of #b486de

#b486de #deb486 #86deb4

Analogous Colors of #b486de

#b486de #de86dc #8886de

Monochromatic Colors of #b486de

#b486de

Complementary Color

#b486de #b0de86

#b486de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b486de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b486de Color CSS Codes

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

#b486de Text Font Color

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

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


#b486de Background Color

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

This div background color is #b486de


#b486de Border Color

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

This div border color is #b486de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b486de


Comments

No comments written yet.

Please login to write comment.