Color Hex Logo

#b881ce Color Hex

#B881CE
(184,129,206)
0 Favorites   0 Comments

Color spaces of #b881ce

RGB 184129206
HSL0.790.440.66
HSV283°37°81°
CMYK 0.110.370.00   0.19
XYZ38.758030.347162.2073
Yxy30.34710.29520.2311
Hunter Lab55.088229.1816-28.3904
CIE-Lab61.952634.7730-31.5541

#b881ce color RGB value is (184,129,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000001 11001110
Octal 270 201 316
Decimal 184 129 206
Hex B8 81 CE

RGB Percentages of Color #b881ce

%35.45
%24.86
%39.69

CMYK Percentages of Color #b881ce

%11
%37
%0
%19

Triadic Colors of #b881ce

#b881ce #ceb881 #81ceb8

Analogous Colors of #b881ce

#b881ce #ce81be #9281ce

Monochromatic Colors of #b881ce

#b881ce

Complementary Color

#b881ce #97ce81

#b881ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b881ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b881ce Color CSS Codes

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

#b881ce Text Font Color

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

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


#b881ce Background Color

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

This div background color is #b881ce


#b881ce Border Color

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

This div border color is #b881ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b881ce

#b881ce Color Palettes


Comments

No comments written yet.

Please login to write comment.