Color Hex Logo

#b467ad Color Hex

#B467AD
(180,103,173)
0 Favorites   0 Comments

Color spaces of #b467ad

RGB 180103173
HSL0.850.340.55
HSV305°43°71°
CMYK 0.000.430.04   0.29
XYZ31.215522.420942.2176
Yxy22.42090.32570.2339
Hunter Lab47.350734.8107-19.7171
CIE-Lab54.470841.2161-24.3379

#b467ad color RGB value is (180,103,173).

#b467ad hex color red value is 180, green value is 103 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b467ad hue: 0.85 , saturation: 0.34 and the lightness value of b467ad is 0.55.

The process color (four color CMYK) of #b467ad color hex is 0.00, 0.43, 0.04, 0.29. Web safe color of #b467ad is #cc6699. Color #b467ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100111 10101101
Octal 264 147 255
Decimal 180 103 173
Hex B4 67 AD

RGB Percentages of Color #b467ad

%39.47
%22.59
%37.94

CMYK Percentages of Color #b467ad

%0
%43
%4
%29

Triadic Colors of #b467ad

#b467ad #adb467 #67adb4

Analogous Colors of #b467ad

#b467ad #b46787 #9567b4

Monochromatic Colors of #b467ad

#b467ad

Complementary Color

#b467ad #67b46e

#b467ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b467ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b467ad Color CSS Codes

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

#b467ad Text Font Color

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

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


#b467ad Background Color

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

This div background color is #b467ad


#b467ad Border Color

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

This div border color is #b467ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,103,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b467ad


Comments

No comments written yet.

Please login to write comment.