Color Hex Logo

#b172cb Color Hex

#B172CB
(177,114,203)
0 Favorites   0 Comments

Color spaces of #b172cb

RGB 177114203
HSL0.780.460.62
HSV282°44°80°
CMYK 0.130.440.00   0.20
XYZ34.928325.693559.6183
Yxy25.69350.29050.2137
Hunter Lab50.688834.2944-34.2526
CIE-Lab57.745040.2711-36.4735

#b172cb color RGB value is (177,114,203).

#b172cb hex color red value is 177, green value is 114 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b172cb hue: 0.78 , saturation: 0.46 and the lightness value of b172cb is 0.62.

The process color (four color CMYK) of #b172cb color hex is 0.13, 0.44, 0.00, 0.20. Web safe color of #b172cb is #9966cc. Color #b172cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110010 11001011
Octal 261 162 313
Decimal 177 114 203
Hex B1 72 CB

RGB Percentages of Color #b172cb

%35.83
%23.08
%41.09

CMYK Percentages of Color #b172cb

%13
%44
%0
%20

Triadic Colors of #b172cb

#b172cb #cbb172 #72cbb1

Analogous Colors of #b172cb

#b172cb #cb72b9 #8572cb

Monochromatic Colors of #b172cb

#b172cb

Complementary Color

#b172cb #8ccb72

#b172cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b172cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b172cb Color CSS Codes

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

#b172cb Text Font Color

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

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


#b172cb Background Color

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

This div background color is #b172cb


#b172cb Border Color

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

This div border color is #b172cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b172cb


Comments

No comments written yet.

Please login to write comment.