Color Hex Logo

#b581ce Color Hex

#B581CE
(181,129,206)
0 Favorites   0 Comments

Color spaces of #b581ce

RGB 181129206
HSL0.780.440.66
HSV281°37°81°
CMYK 0.120.370.00   0.19
XYZ38.046929.980562.1740
Yxy29.98050.29220.2303
Hunter Lab54.754528.2129-28.9960
CIE-Lab61.637433.8500-32.0678

#b581ce color RGB value is (181,129,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000001 11001110
Octal 265 201 316
Decimal 181 129 206
Hex B5 81 CE

RGB Percentages of Color #b581ce

%35.08
%25.00
%39.92

CMYK Percentages of Color #b581ce

%12
%37
%0
%19

Triadic Colors of #b581ce

#b581ce #ceb581 #81ceb5

Analogous Colors of #b581ce

#b581ce #ce81c1 #8f81ce

Monochromatic Colors of #b581ce

#b581ce

Complementary Color

#b581ce #9ace81

#b581ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b581ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b581ce Color CSS Codes

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

#b581ce Text Font Color

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

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


#b581ce Background Color

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

This div background color is #b581ce


#b581ce Border Color

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

This div border color is #b581ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b581ce


Comments

No comments written yet.

Please login to write comment.