Color Hex Logo

#b17ddb Color Hex

#B17DDB
(177,125,219)
0 Favorites   0 Comments

Color spaces of #b17ddb

RGB 177125219
HSL0.760.570.67
HSV273°43°86°
CMYK 0.190.430.00   0.14
XYZ38.251329.128870.6242
Yxy29.12880.27720.2111
Hunter Lab53.971132.0601-39.8045
CIE-Lab60.895137.7081-40.5477

#b17ddb color RGB value is (177,125,219).

#b17ddb hex color red value is 177, green value is 125 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b17ddb hue: 0.76 , saturation: 0.57 and the lightness value of b17ddb is 0.67.

The process color (four color CMYK) of #b17ddb color hex is 0.19, 0.43, 0.00, 0.14. Web safe color of #b17ddb is #9966cc. Color #b17ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01111101 11011011
Octal 261 175 333
Decimal 177 125 219
Hex B1 7D DB

RGB Percentages of Color #b17ddb

%33.97
%23.99
%42.03

CMYK Percentages of Color #b17ddb

%19
%43
%0
%14

Triadic Colors of #b17ddb

#b17ddb #dbb17d #7ddbb1

Analogous Colors of #b17ddb

#b17ddb #db7dd6 #827ddb

Monochromatic Colors of #b17ddb

#b17ddb

Complementary Color

#b17ddb #a7db7d

#b17ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b17ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b17ddb Color CSS Codes

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

#b17ddb Text Font Color

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

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


#b17ddb Background Color

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

This div background color is #b17ddb


#b17ddb Border Color

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

This div border color is #b17ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b17ddb


Comments

No comments written yet.

Please login to write comment.