Color Hex Logo

#b581bc Color Hex

#B581BC
(181,129,188)
0 Favorites   0 Comments

Color spaces of #b581bc

RGB 181129188
HSL0.810.310.62
HSV293°31°74°
CMYK 0.040.310.00   0.26
XYZ35.983429.155151.3079
Yxy29.15510.30900.2504
Hunter Lab53.995524.4631-18.5421
CIE-Lab60.918330.1636-23.0164

#b581bc color RGB value is (181,129,188).

#b581bc hex color red value is 181, green value is 129 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b581bc hue: 0.81 , saturation: 0.31 and the lightness value of b581bc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000001 10111100
Octal 265 201 274
Decimal 181 129 188
Hex B5 81 BC

RGB Percentages of Color #b581bc

%36.35
%25.90
%37.75

CMYK Percentages of Color #b581bc

%4
%31
%0
%26

Triadic Colors of #b581bc

#b581bc #bcb581 #81bcb5

Analogous Colors of #b581bc

#b581bc #bc81a6 #9881bc

Monochromatic Colors of #b581bc

#b581bc

Complementary Color

#b581bc #88bc81

#b581bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b581bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b581bc Color CSS Codes

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

#b581bc Text Font Color

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

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


#b581bc Background Color

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

This div background color is #b581bc


#b581bc Border Color

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

This div border color is #b581bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,129,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 #b581bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b581bc


Comments

No comments written yet.

Please login to write comment.