Color Hex Logo

#b172af Color Hex

#B172AF
(177,114,175)
0 Favorites   0 Comments

Color spaces of #b172af

RGB 177114175
HSL0.840.290.57
HSV302°36°69°
CMYK 0.000.360.01   0.31
XYZ31.886624.476943.6013
Yxy24.47690.31900.2449
Hunter Lab49.474128.4654-17.6201
CIE-Lab56.562134.6562-22.3083

#b172af color RGB value is (177,114,175).

#b172af hex color red value is 177, green value is 114 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b172af hue: 0.84 , saturation: 0.29 and the lightness value of b172af is 0.57.

The process color (four color CMYK) of #b172af color hex is 0.00, 0.36, 0.01, 0.31. Web safe color of #b172af is #996699. Color #b172af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110010 10101111
Octal 261 162 257
Decimal 177 114 175
Hex B1 72 AF

RGB Percentages of Color #b172af

%37.98
%24.46
%37.55

CMYK Percentages of Color #b172af

%0
%36
%1
%31

Triadic Colors of #b172af

#b172af #afb172 #72afb1

Analogous Colors of #b172af

#b172af #b17290 #9472b1

Monochromatic Colors of #b172af

#b172af

Complementary Color

#b172af #72b174

#b172af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b172af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b172af Color CSS Codes

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

#b172af Text Font Color

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

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


#b172af Background Color

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

This div background color is #b172af


#b172af Border Color

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

This div border color is #b172af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b172af


Comments

No comments written yet.

Please login to write comment.