Color Hex Logo

#b187cd Color Hex

#B187CD
(177,135,205)
0 Favorites   0 Comments

Color spaces of #b187cd

RGB 177135205
HSL0.770.410.67
HSV276°34°80°
CMYK 0.140.340.00   0.20
XYZ37.814931.082861.7641
Yxy31.08280.28940.2379
Hunter Lab55.752023.5054-26.6573
CIE-Lab62.577529.0474-30.0816

#b187cd color RGB value is (177,135,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000111 11001101
Octal 261 207 315
Decimal 177 135 205
Hex B1 87 CD

RGB Percentages of Color #b187cd

%34.24
%26.11
%39.65

CMYK Percentages of Color #b187cd

%14
%34
%0
%20

Triadic Colors of #b187cd

#b187cd #cdb187 #87cdb1

Analogous Colors of #b187cd

#b187cd #cd87c6 #8e87cd

Monochromatic Colors of #b187cd

#b187cd

Complementary Color

#b187cd #a3cd87

#b187cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b187cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b187cd Color CSS Codes

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

#b187cd Text Font Color

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

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


#b187cd Background Color

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

This div background color is #b187cd


#b187cd Border Color

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

This div border color is #b187cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b187cd


Comments

No comments written yet.

Please login to write comment.