Color Hex Logo

#b187fd Color Hex

#B187FD
(177,135,253)
0 Favorites   0 Comments

Color spaces of #b187fd

RGB 177135253
HSL0.730.970.76
HSV261°47°99°
CMYK 0.300.470.00   0.01
XYZ44.525133.766997.0994
Yxy33.76690.25390.1925
Hunter Lab58.109335.0808-58.3958
CIE-Lab64.777140.1449-53.2371

#b187fd color RGB value is (177,135,253).

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

The process color (four color CMYK) of #b187fd color hex is 0.30, 0.47, 0.00, 0.01. Web safe color of #b187fd is #9999ff. Color #b187fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000111 11111101
Octal 261 207 375
Decimal 177 135 253
Hex B1 87 FD

RGB Percentages of Color #b187fd

%31.33
%23.89
%44.78

CMYK Percentages of Color #b187fd

%30
%47
%0
%1

Triadic Colors of #b187fd

#b187fd #fdb187 #87fdb1

Analogous Colors of #b187fd

#b187fd #ec87fd #8798fd

Monochromatic Colors of #b187fd

#b187fd

Complementary Color

#b187fd #d3fd87

#b187fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b187fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b187fd Color CSS Codes

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

#b187fd Text Font Color

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

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


#b187fd Background Color

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

This div background color is #b187fd


#b187fd Border Color

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

This div border color is #b187fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b187fd

Related Colors


Comments

No comments written yet.

Please login to write comment.