Color Hex Logo

#b478af Color Hex

#B478AF
(180,120,175)
0 Favorites   0 Comments

Color spaces of #b478af

RGB 180120175
HSL0.850.290.59
HSV305°33°71°
CMYK 0.000.330.03   0.29
XYZ33.276726.231443.8667
Yxy26.23140.32190.2538
Hunter Lab51.216626.3468-14.9299
CIE-Lab58.256032.3320-19.6863

#b478af color RGB value is (180,120,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111000 10101111
Octal 264 170 257
Decimal 180 120 175
Hex B4 78 AF

RGB Percentages of Color #b478af

%37.89
%25.26
%36.84

CMYK Percentages of Color #b478af

%0
%33
%3
%29

Triadic Colors of #b478af

#b478af #afb478 #78afb4

Analogous Colors of #b478af

#b478af #b47891 #9b78b4

Monochromatic Colors of #b478af

#b478af

Complementary Color

#b478af #78b47d

#b478af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b478af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b478af Color CSS Codes

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

#b478af Text Font Color

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

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


#b478af Background Color

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

This div background color is #b478af


#b478af Border Color

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

This div border color is #b478af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b478af


Comments

No comments written yet.

Please login to write comment.