Color Hex Logo

#b172dc Color Hex

#B172DC
(177,114,220)
0 Favorites   0 Comments

Color spaces of #b172dc

RGB 177114220
HSL0.770.600.65
HSV276°48°86°
CMYK 0.200.480.00   0.14
XYZ37.067026.549070.8810
Yxy26.54900.27560.1974
Hunter Lab51.525738.2408-45.4939
CIE-Lab58.554543.9471-44.7928

#b172dc color RGB value is (177,114,220).

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

The process color (four color CMYK) of #b172dc color hex is 0.20, 0.48, 0.00, 0.14. Web safe color of #b172dc is #9966cc. Color #b172dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110010 11011100
Octal 261 162 334
Decimal 177 114 220
Hex B1 72 DC

RGB Percentages of Color #b172dc

%34.64
%22.31
%43.05

CMYK Percentages of Color #b172dc

%20
%48
%0
%14

Triadic Colors of #b172dc

#b172dc #dcb172 #72dcb1

Analogous Colors of #b172dc

#b172dc #dc72d2 #7c72dc

Monochromatic Colors of #b172dc

#b172dc

Complementary Color

#b172dc #9ddc72

#b172dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b172dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b172dc Color CSS Codes

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

#b172dc Text Font Color

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

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


#b172dc Background Color

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

This div background color is #b172dc


#b172dc Border Color

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

This div border color is #b172dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b172dc


Comments

No comments written yet.

Please login to write comment.