Color Hex Logo

#b472af Color Hex

#B472AF
(180,114,175)
0 Favorites   0 Comments

Color spaces of #b472af

RGB 180114175
HSL0.850.310.58
HSV305°37°71°
CMYK 0.000.370.03   0.29
XYZ32.577624.833143.6337
Yxy24.83310.32240.2458
Hunter Lab49.832829.4848-17.0314
CIE-Lab56.912435.6380-21.7409

#b472af color RGB value is (180,114,175).

#b472af hex color red value is 180, green value is 114 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b472af hue: 0.85 , saturation: 0.31 and the lightness value of b472af is 0.58.

The process color (four color CMYK) of #b472af color hex is 0.00, 0.37, 0.03, 0.29. Web safe color of #b472af is #cc6699. Color #b472af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110010 10101111
Octal 264 162 257
Decimal 180 114 175
Hex B4 72 AF

RGB Percentages of Color #b472af

%38.38
%24.31
%37.31

CMYK Percentages of Color #b472af

%0
%37
%3
%29

Triadic Colors of #b472af

#b472af #afb472 #72afb4

Analogous Colors of #b472af

#b472af #b4728e #9872b4

Monochromatic Colors of #b472af

#b472af

Complementary Color

#b472af #72b477

#b472af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b472af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b472af Color CSS Codes

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

#b472af Text Font Color

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

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


#b472af Background Color

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

This div background color is #b472af


#b472af Border Color

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

This div border color is #b472af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,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 #b472af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b472af


Comments

No comments written yet.

Please login to write comment.