Color Hex Logo

#b174db Color Hex

#B174DB
(177,116,219)
0 Favorites   0 Comments

Color spaces of #b174db

RGB 177116219
HSL0.770.590.66
HSV276°47°86°
CMYK 0.190.470.00   0.14
XYZ37.163026.952470.2615
Yxy26.95240.27660.2006
Hunter Lab51.915736.9238-43.9007
CIE-Lab58.930242.6427-43.6386

#b174db color RGB value is (177,116,219).

#b174db hex color red value is 177, green value is 116 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b174db hue: 0.77 , saturation: 0.59 and the lightness value of b174db is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110100 11011011
Octal 261 164 333
Decimal 177 116 219
Hex B1 74 DB

RGB Percentages of Color #b174db

%34.57
%22.66
%42.77

CMYK Percentages of Color #b174db

%19
%47
%0
%14

Triadic Colors of #b174db

#b174db #dbb174 #74dbb1

Analogous Colors of #b174db

#b174db #db74d2 #7e74db

Monochromatic Colors of #b174db

#b174db

Complementary Color

#b174db #9edb74

#b174db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b174db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b174db Color CSS Codes

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

#b174db Text Font Color

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

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


#b174db Background Color

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

This div background color is #b174db


#b174db Border Color

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

This div border color is #b174db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b174db


Comments

No comments written yet.

Please login to write comment.