Color Hex Logo

#b581cf Color Hex

#B581CF
(181,129,207)
0 Favorites   0 Comments

Color spaces of #b581cf

RGB 181129207
HSL0.780.450.66
HSV280°38°81°
CMYK 0.130.380.00   0.19
XYZ38.168830.029362.8160
Yxy30.02930.29130.2292
Hunter Lab54.799028.4312-29.6047
CIE-Lab61.679534.0616-32.5644

#b581cf color RGB value is (181,129,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000001 11001111
Octal 265 201 317
Decimal 181 129 207
Hex B5 81 CF

RGB Percentages of Color #b581cf

%35.01
%24.95
%40.04

CMYK Percentages of Color #b581cf

%13
%38
%0
%19

Triadic Colors of #b581cf

#b581cf #cfb581 #81cfb5

Analogous Colors of #b581cf

#b581cf #cf81c2 #8e81cf

Monochromatic Colors of #b581cf

#b581cf

Complementary Color

#b581cf #9bcf81

#b581cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b581cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b581cf Color CSS Codes

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

#b581cf Text Font Color

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

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


#b581cf Background Color

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

This div background color is #b581cf


#b581cf Border Color

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

This div border color is #b581cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b581cf


Comments

No comments written yet.

Please login to write comment.