Color Hex Logo

#b17bed Color Hex

#B17BED
(177,123,237)
0 Favorites   0 Comments

Color spaces of #b17bed

RGB 177123237
HSL0.750.760.71
HSV268°48°93°
CMYK 0.250.480.00   0.07
XYZ40.500529.627583.7048
Yxy29.62750.26330.1926
Hunter Lab54.431137.5617-53.0750
CIE-Lab61.331542.9254-49.8845

#b17bed color RGB value is (177,123,237).

#b17bed hex color red value is 177, green value is 123 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b17bed hue: 0.75 , saturation: 0.76 and the lightness value of b17bed is 0.71.

The process color (four color CMYK) of #b17bed color hex is 0.25, 0.48, 0.00, 0.07. Web safe color of #b17bed is #9966ff. Color #b17bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01111011 11101101
Octal 261 173 355
Decimal 177 123 237
Hex B1 7B ED

RGB Percentages of Color #b17bed

%32.96
%22.91
%44.13

CMYK Percentages of Color #b17bed

%25
%48
%0
%7

Triadic Colors of #b17bed

#b17bed #edb17b #7bedb1

Analogous Colors of #b17bed

#b17bed #ea7bed #7b7eed

Monochromatic Colors of #b17bed

#b17bed

Complementary Color

#b17bed #b7ed7b

#b17bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b17bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b17bed Color CSS Codes

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

#b17bed Text Font Color

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

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


#b17bed Background Color

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

This div background color is #b17bed


#b17bed Border Color

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

This div border color is #b17bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b17bed


Comments

No comments written yet.

Please login to write comment.