Color Hex Logo

#b172da Color Hex

#B172DA
(177,114,218)
0 Favorites   0 Comments

Color spaces of #b172da

RGB 177114218
HSL0.770.580.65
HSV276°48°85°
CMYK 0.190.480.00   0.15
XYZ36.803726.443769.4940
Yxy26.44370.27730.1992
Hunter Lab51.423437.7612-44.1285
CIE-Lab58.455843.5055-43.8249

#b172da color RGB value is (177,114,218).

#b172da hex color red value is 177, green value is 114 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b172da hue: 0.77 , saturation: 0.58 and the lightness value of b172da is 0.65.

The process color (four color CMYK) of #b172da color hex is 0.19, 0.48, 0.00, 0.15. Web safe color of #b172da is #9966cc. Color #b172da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110010 11011010
Octal 261 162 332
Decimal 177 114 218
Hex B1 72 DA

RGB Percentages of Color #b172da

%34.77
%22.40
%42.83

CMYK Percentages of Color #b172da

%19
%48
%0
%15

Triadic Colors of #b172da

#b172da #dab172 #72dab1

Analogous Colors of #b172da

#b172da #da72cf #7d72da

Monochromatic Colors of #b172da

#b172da

Complementary Color

#b172da #9bda72

#b172da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b172da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b172da Color CSS Codes

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

#b172da Text Font Color

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

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


#b172da Background Color

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

This div background color is #b172da


#b172da Border Color

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

This div border color is #b172da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b172da


Comments

No comments written yet.

Please login to write comment.