Color Hex Logo

#b885ce Color Hex

#B885CE
(184,133,206)
0 Favorites   0 Comments

Color spaces of #b885ce

RGB 184133206
HSL0.780.430.66
HSV282°35°81°
CMYK 0.110.350.00   0.19
XYZ39.295331.421662.3864
Yxy31.42160.29520.2361
Hunter Lab56.055027.0347-26.7483
CIE-Lab62.861932.5588-30.1453

#b885ce color RGB value is (184,133,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000101 11001110
Octal 270 205 316
Decimal 184 133 206
Hex B8 85 CE

RGB Percentages of Color #b885ce

%35.18
%25.43
%39.39

CMYK Percentages of Color #b885ce

%11
%35
%0
%19

Triadic Colors of #b885ce

#b885ce #ceb885 #85ceb8

Analogous Colors of #b885ce

#b885ce #ce85c0 #9485ce

Monochromatic Colors of #b885ce

#b885ce

Complementary Color

#b885ce #9bce85

#b885ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b885ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b885ce Color CSS Codes

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

#b885ce Text Font Color

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

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


#b885ce Background Color

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

This div background color is #b885ce


#b885ce Border Color

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

This div border color is #b885ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b885ce


Comments

No comments written yet.

Please login to write comment.