Color Hex Logo

#b187ef Color Hex

#B187EF
(177,135,239)
0 Favorites   0 Comments

Color spaces of #b187ef

RGB 177135239
HSL0.730.760.73
HSV264°44°94°
CMYK 0.260.440.00   0.06
XYZ42.375432.907185.7796
Yxy32.90710.26310.2043
Hunter Lab57.364731.4700-48.5033
CIE-Lab64.085636.7727-46.6374

#b187ef color RGB value is (177,135,239).

#b187ef hex color red value is 177, green value is 135 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b187ef hue: 0.73 , saturation: 0.76 and the lightness value of b187ef is 0.73.

The process color (four color CMYK) of #b187ef color hex is 0.26, 0.44, 0.00, 0.06. Web safe color of #b187ef is #9999ff. Color #b187ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000111 11101111
Octal 261 207 357
Decimal 177 135 239
Hex B1 87 EF

RGB Percentages of Color #b187ef

%32.12
%24.50
%43.38

CMYK Percentages of Color #b187ef

%26
%44
%0
%6

Triadic Colors of #b187ef

#b187ef #efb187 #87efb1

Analogous Colors of #b187ef

#b187ef #e587ef #8791ef

Monochromatic Colors of #b187ef

#b187ef

Complementary Color

#b187ef #c5ef87

#b187ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b187ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b187ef Color CSS Codes

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

#b187ef Text Font Color

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

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


#b187ef Background Color

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

This div background color is #b187ef


#b187ef Border Color

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

This div border color is #b187ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b187ef


Comments

No comments written yet.

Please login to write comment.