Color Hex Logo

#b485bd Color Hex

#B485BD
(180,133,189)
0 Favorites   0 Comments

Color spaces of #b485bd

RGB 180133189
HSL0.810.300.63
HSV290°30°74°
CMYK 0.050.300.00   0.26
XYZ36.395230.152552.0459
Yxy30.15250.30690.2543
Hunter Lab54.911322.2150-17.7582
CIE-Lab61.785627.7998-22.2637

#b485bd color RGB value is (180,133,189).

#b485bd hex color red value is 180, green value is 133 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b485bd hue: 0.81 , saturation: 0.30 and the lightness value of b485bd is 0.63.

The process color (four color CMYK) of #b485bd color hex is 0.05, 0.30, 0.00, 0.26. Web safe color of #b485bd is #cc99cc. Color #b485bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000101 10111101
Octal 264 205 275
Decimal 180 133 189
Hex B4 85 BD

RGB Percentages of Color #b485bd

%35.86
%26.49
%37.65

CMYK Percentages of Color #b485bd

%5
%30
%0
%26

Triadic Colors of #b485bd

#b485bd #bdb485 #85bdb4

Analogous Colors of #b485bd

#b485bd #bd85aa #9885bd

Monochromatic Colors of #b485bd

#b485bd

Complementary Color

#b485bd #8ebd85

#b485bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b485bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b485bd Color CSS Codes

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

#b485bd Text Font Color

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

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


#b485bd Background Color

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

This div background color is #b485bd


#b485bd Border Color

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

This div border color is #b485bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b485bd


Comments

No comments written yet.

Please login to write comment.