Color Hex Logo

#b567ad Color Hex

#B567AD
(181,103,173)
0 Favorites   0 Comments

Color spaces of #b567ad

RGB 181103173
HSL0.850.350.56
HSV306°43°71°
CMYK 0.000.430.04   0.29
XYZ31.449122.541442.2285
Yxy22.54140.32680.2343
Hunter Lab47.477835.1516-19.5003
CIE-Lab54.596841.5313-24.1332

#b567ad color RGB value is (181,103,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01100111 10101101
Octal 265 147 255
Decimal 181 103 173
Hex B5 67 AD

RGB Percentages of Color #b567ad

%39.61
%22.54
%37.86

CMYK Percentages of Color #b567ad

%0
%43
%4
%29

Triadic Colors of #b567ad

#b567ad #adb567 #67adb5

Analogous Colors of #b567ad

#b567ad #b56786 #9667b5

Monochromatic Colors of #b567ad

#b567ad

Complementary Color

#b567ad #67b56f

#b567ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b567ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b567ad Color CSS Codes

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

#b567ad Text Font Color

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

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


#b567ad Background Color

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

This div background color is #b567ad


#b567ad Border Color

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

This div border color is #b567ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b567ad


Comments

No comments written yet.

Please login to write comment.