Color Hex Logo

#b17bfd Color Hex

#B17BFD
(177,123,253)
0 Favorites   0 Comments

Color spaces of #b17bfd

RGB 177123253
HSL0.740.970.74
HSV265°51°99°
CMYK 0.300.510.00   0.01
XYZ42.944030.604996.5724
Yxy30.60490.25240.1799
Hunter Lab55.321741.7494-64.7745
CIE-Lab62.172746.7190-57.3786

#b17bfd color RGB value is (177,123,253).

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

The process color (four color CMYK) of #b17bfd color hex is 0.30, 0.51, 0.00, 0.01. Web safe color of #b17bfd is #9966ff. Color #b17bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01111011 11111101
Octal 261 173 375
Decimal 177 123 253
Hex B1 7B FD

RGB Percentages of Color #b17bfd

%32.01
%22.24
%45.75

CMYK Percentages of Color #b17bfd

%30
%51
%0
%1

Triadic Colors of #b17bfd

#b17bfd #fdb17b #7bfdb1

Analogous Colors of #b17bfd

#b17bfd #f27bfd #7b86fd

Monochromatic Colors of #b17bfd

#b17bfd

Complementary Color

#b17bfd #c7fd7b

#b17bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b17bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b17bfd Color CSS Codes

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

#b17bfd Text Font Color

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

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


#b17bfd Background Color

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

This div background color is #b17bfd


#b17bfd Border Color

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

This div border color is #b17bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b17bfd


Comments

No comments written yet.

Please login to write comment.