Color Hex Logo

#b887ce Color Hex

#B887CE
(184,135,206)
0 Favorites   0 Comments

Color spaces of #b887ce

RGB 184135206
HSL0.780.420.67
HSV281°34°81°
CMYK 0.110.340.00   0.19
XYZ39.571731.974562.4786
Yxy31.97450.29530.2386
Hunter Lab56.546025.9614-25.9283
CIE-Lab63.321831.4479-29.4342

#b887ce color RGB value is (184,135,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000111 11001110
Octal 270 207 316
Decimal 184 135 206
Hex B8 87 CE

RGB Percentages of Color #b887ce

%35.05
%25.71
%39.24

CMYK Percentages of Color #b887ce

%11
%34
%0
%19

Triadic Colors of #b887ce

#b887ce #ceb887 #87ceb8

Analogous Colors of #b887ce

#b887ce #ce87c1 #9587ce

Monochromatic Colors of #b887ce

#b887ce

Complementary Color

#b887ce #9dce87

#b887ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b887ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b887ce Color CSS Codes

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

#b887ce Text Font Color

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

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


#b887ce Background Color

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

This div background color is #b887ce


#b887ce Border Color

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

This div border color is #b887ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b887ce


Comments

No comments written yet.

Please login to write comment.