Color Hex Logo

#b485bc Color Hex

#B485BC
(180,133,188)
0 Favorites   0 Comments

Color spaces of #b485bc

RGB 180133188
HSL0.810.290.63
HSV291°29°74°
CMYK 0.040.290.00   0.26
XYZ36.287030.109251.4761
Yxy30.10920.30790.2554
Hunter Lab54.871922.0171-17.2105
CIE-Lab61.748327.6002-21.7551

#b485bc color RGB value is (180,133,188).

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

The process color (four color CMYK) of #b485bc color hex is 0.04, 0.29, 0.00, 0.26. Web safe color of #b485bc is #cc99cc. Color #b485bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000101 10111100
Octal 264 205 274
Decimal 180 133 188
Hex B4 85 BC

RGB Percentages of Color #b485bc

%35.93
%26.55
%37.52

CMYK Percentages of Color #b485bc

%4
%29
%0
%26

Triadic Colors of #b485bc

#b485bc #bcb485 #85bcb4

Analogous Colors of #b485bc

#b485bc #bc85a9 #9985bc

Monochromatic Colors of #b485bc

#b485bc

Complementary Color

#b485bc #8dbc85

#b485bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b485bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b485bc Color CSS Codes

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

#b485bc Text Font Color

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

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


#b485bc Background Color

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

This div background color is #b485bc


#b485bc Border Color

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

This div border color is #b485bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b485bc


Comments

No comments written yet.

Please login to write comment.