Color Hex Logo

#b581df Color Hex

#B581DF
(181,129,223)
0 Favorites   0 Comments

Color spaces of #b581df

RGB 181129223
HSL0.760.590.69
HSV273°42°87°
CMYK 0.190.420.00   0.13
XYZ40.225630.852073.6469
Yxy30.85200.27790.2132
Hunter Lab55.544632.0674-39.7318
CIE-Lab62.382537.5419-40.4188

#b581df color RGB value is (181,129,223).

#b581df hex color red value is 181, green value is 129 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b581df hue: 0.76 , saturation: 0.59 and the lightness value of b581df is 0.69.

The process color (four color CMYK) of #b581df color hex is 0.19, 0.42, 0.00, 0.13. Web safe color of #b581df is #cc99cc. Color #b581df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000001 11011111
Octal 265 201 337
Decimal 181 129 223
Hex B5 81 DF

RGB Percentages of Color #b581df

%33.96
%24.20
%41.84

CMYK Percentages of Color #b581df

%19
%42
%0
%13

Triadic Colors of #b581df

#b581df #dfb581 #81dfb5

Analogous Colors of #b581df

#b581df #df81da #8681df

Monochromatic Colors of #b581df

#b581df

Complementary Color

#b581df #abdf81

#b581df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b581df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b581df Color CSS Codes

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

#b581df Text Font Color

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

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


#b581df Background Color

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

This div background color is #b581df


#b581df Border Color

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

This div border color is #b581df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b581df


Comments

No comments written yet.

Please login to write comment.