Color Hex Logo

#b187cc Color Hex

#B187CC
(177,135,204)
0 Favorites   0 Comments

Color spaces of #b187cc

RGB 177135204
HSL0.770.400.66
HSV277°34°80°
CMYK 0.130.340.00   0.20
XYZ37.694531.034761.1303
Yxy31.03470.29030.2390
Hunter Lab55.708823.2889-26.0639
CIE-Lab62.536928.8315-29.5832

#b187cc color RGB value is (177,135,204).

#b187cc hex color red value is 177, green value is 135 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b187cc hue: 0.77 , saturation: 0.40 and the lightness value of b187cc is 0.66.

The process color (four color CMYK) of #b187cc color hex is 0.13, 0.34, 0.00, 0.20. Web safe color of #b187cc is #9999cc. Color #b187cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000111 11001100
Octal 261 207 314
Decimal 177 135 204
Hex B1 87 CC

RGB Percentages of Color #b187cc

%34.30
%26.16
%39.53

CMYK Percentages of Color #b187cc

%13
%34
%0
%20

Triadic Colors of #b187cc

#b187cc #ccb187 #87ccb1

Analogous Colors of #b187cc

#b187cc #cc87c5 #8f87cc

Monochromatic Colors of #b187cc

#b187cc

Complementary Color

#b187cc #a2cc87

#b187cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b187cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b187cc Color CSS Codes

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

#b187cc Text Font Color

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

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


#b187cc Background Color

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

This div background color is #b187cc


#b187cc Border Color

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

This div border color is #b187cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,135,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b187cc


Comments

No comments written yet.

Please login to write comment.