Color Hex Logo

#b486ca Color Hex

#B486CA
(180,134,202)
0 Favorites   0 Comments

Color spaces of #b486ca

RGB 180134202
HSL0.780.390.66
HSV281°34°79°
CMYK 0.110.340.00   0.21
XYZ38.008231.017859.8609
Yxy31.01780.29490.2407
Hunter Lab55.693624.3538-24.7408
CIE-Lab62.522729.9092-28.4578

#b486ca color RGB value is (180,134,202).

#b486ca hex color red value is 180, green value is 134 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b486ca hue: 0.78 , saturation: 0.39 and the lightness value of b486ca is 0.66.

The process color (four color CMYK) of #b486ca color hex is 0.11, 0.34, 0.00, 0.21. Web safe color of #b486ca is #cc99cc. Color #b486ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000110 11001010
Octal 264 206 312
Decimal 180 134 202
Hex B4 86 CA

RGB Percentages of Color #b486ca

%34.88
%25.97
%39.15

CMYK Percentages of Color #b486ca

%11
%34
%0
%21

Triadic Colors of #b486ca

#b486ca #cab486 #86cab4

Analogous Colors of #b486ca

#b486ca #ca86be #9286ca

Monochromatic Colors of #b486ca

#b486ca

Complementary Color

#b486ca #9cca86

#b486ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b486ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b486ca Color CSS Codes

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

#b486ca Text Font Color

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

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


#b486ca Background Color

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

This div background color is #b486ca


#b486ca Border Color

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

This div border color is #b486ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b486ca


Comments

No comments written yet.

Please login to write comment.