Color Hex Logo

#b17dbe Color Hex

#B17DBE
(177,125,190)
0 Favorites   0 Comments

Color spaces of #b17dbe

RGB 177125190
HSL0.800.330.62
HSV288°34°75°
CMYK 0.070.340.00   0.25
XYZ34.759327.732052.2360
Yxy27.73200.30300.2417
Hunter Lab52.661225.6628-21.9485
CIE-Lab59.645831.4992-26.1430

#b17dbe color RGB value is (177,125,190).

#b17dbe hex color red value is 177, green value is 125 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b17dbe hue: 0.80 , saturation: 0.33 and the lightness value of b17dbe is 0.62.

The process color (four color CMYK) of #b17dbe color hex is 0.07, 0.34, 0.00, 0.25. Web safe color of #b17dbe is #9966cc. Color #b17dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01111101 10111110
Octal 261 175 276
Decimal 177 125 190
Hex B1 7D BE

RGB Percentages of Color #b17dbe

%35.98
%25.41
%38.62

CMYK Percentages of Color #b17dbe

%7
%34
%0
%25

Triadic Colors of #b17dbe

#b17dbe #beb17d #7dbeb1

Analogous Colors of #b17dbe

#b17dbe #be7dab #917dbe

Monochromatic Colors of #b17dbe

#b17dbe

Complementary Color

#b17dbe #8abe7d

#b17dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b17dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b17dbe Color CSS Codes

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

#b17dbe Text Font Color

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

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


#b17dbe Background Color

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

This div background color is #b17dbe


#b17dbe Border Color

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

This div border color is #b17dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b17dbe


Comments

No comments written yet.

Please login to write comment.