Color Hex Logo

#b172ff Color Hex

#B172FF
(177,114,255)
0 Favorites   0 Comments

Color spaces of #b172ff

RGB 177114255
HSL0.741.000.72
HSV267°55°100°
CMYK 0.310.550.00   0.00
XYZ42.198828.601797.9043
Yxy28.60170.25010.1695
Hunter Lab53.480647.2543-71.1030
CIE-Lab60.428552.0048-61.2652

#b172ff color RGB value is (177,114,255).

#b172ff hex color red value is 177, green value is 114 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b172ff hue: 0.74 , saturation: 1.00 and the lightness value of b172ff is 0.72.

The process color (four color CMYK) of #b172ff color hex is 0.31, 0.55, 0.00, 0.00. Web safe color of #b172ff is #9966ff. Color #b172ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110010 11111111
Octal 261 162 377
Decimal 177 114 255
Hex B1 72 FF

RGB Percentages of Color #b172ff

%32.42
%20.88
%46.70

CMYK Percentages of Color #b172ff

%31
%55
%0
%0

Triadic Colors of #b172ff

#b172ff #ffb172 #72ffb1

Analogous Colors of #b172ff

#b172ff #f872ff #727aff

Monochromatic Colors of #b172ff

#b172ff

Complementary Color

#b172ff #c0ff72

#b172ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b172ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b172ff Color CSS Codes

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

#b172ff Text Font Color

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

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


#b172ff Background Color

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

This div background color is #b172ff


#b172ff Border Color

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

This div border color is #b172ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b172ff


Comments

No comments written yet.

Please login to write comment.