Color Hex Logo

#b568ad Color Hex

#B568AD
(181,104,173)
0 Favorites   0 Comments

Color spaces of #b568ad

RGB 181104173
HSL0.850.340.56
HSV306°43°71°
CMYK 0.000.430.04   0.29
XYZ31.549222.741542.2619
Yxy22.74150.32680.2355
Hunter Lab47.688034.6370-19.1621
CIE-Lab54.805141.0001-23.8126

#b568ad color RGB value is (181,104,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101000 10101101
Octal 265 150 255
Decimal 181 104 173
Hex B5 68 AD

RGB Percentages of Color #b568ad

%39.52
%22.71
%37.77

CMYK Percentages of Color #b568ad

%0
%43
%4
%29

Triadic Colors of #b568ad

#b568ad #adb568 #68adb5

Analogous Colors of #b568ad

#b568ad #b56887 #9768b5

Monochromatic Colors of #b568ad

#b568ad

Complementary Color

#b568ad #68b570

#b568ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b568ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b568ad Color CSS Codes

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

#b568ad Text Font Color

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

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


#b568ad Background Color

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

This div background color is #b568ad


#b568ad Border Color

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

This div border color is #b568ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b568ad


Comments

No comments written yet.

Please login to write comment.