Color Hex Logo

#b581cd Color Hex

#B581CD
(181,129,205)
0 Favorites   0 Comments

Color spaces of #b581cd

RGB 181129205
HSL0.780.430.65
HSV281°37°80°
CMYK 0.120.370.00   0.20
XYZ37.925829.932061.5362
Yxy29.93200.29310.2313
Hunter Lab54.710127.9958-28.3904
CIE-Lab61.595533.6391-31.5707

#b581cd color RGB value is (181,129,205).

#b581cd hex color red value is 181, green value is 129 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b581cd hue: 0.78 , saturation: 0.43 and the lightness value of b581cd is 0.65.

The process color (four color CMYK) of #b581cd color hex is 0.12, 0.37, 0.00, 0.20. Web safe color of #b581cd is #cc99cc. Color #b581cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000001 11001101
Octal 265 201 315
Decimal 181 129 205
Hex B5 81 CD

RGB Percentages of Color #b581cd

%35.15
%25.05
%39.81

CMYK Percentages of Color #b581cd

%12
%37
%0
%20

Triadic Colors of #b581cd

#b581cd #cdb581 #81cdb5

Analogous Colors of #b581cd

#b581cd #cd81bf #8f81cd

Monochromatic Colors of #b581cd

#b581cd

Complementary Color

#b581cd #99cd81

#b581cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b581cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b581cd Color CSS Codes

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

#b581cd Text Font Color

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

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


#b581cd Background Color

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

This div background color is #b581cd


#b581cd Border Color

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

This div border color is #b581cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,129,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b581cd


Comments

No comments written yet.

Please login to write comment.