Color Hex Logo

#b468ad Color Hex

#B468AD
(180,104,173)
0 Favorites   0 Comments

Color spaces of #b468ad

RGB 180104173
HSL0.850.340.56
HSV306°42°71°
CMYK 0.000.420.04   0.29
XYZ31.315522.621142.2510
Yxy22.62110.32560.2352
Hunter Lab47.561634.2950-19.3766
CIE-Lab54.679940.6827-24.0158

#b468ad color RGB value is (180,104,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101000 10101101
Octal 264 150 255
Decimal 180 104 173
Hex B4 68 AD

RGB Percentages of Color #b468ad

%39.39
%22.76
%37.86

CMYK Percentages of Color #b468ad

%0
%42
%4
%29

Triadic Colors of #b468ad

#b468ad #adb468 #68adb4

Analogous Colors of #b468ad

#b468ad #b46887 #9568b4

Monochromatic Colors of #b468ad

#b468ad

Complementary Color

#b468ad #68b46f

#b468ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b468ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b468ad Color CSS Codes

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

#b468ad Text Font Color

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

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


#b468ad Background Color

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

This div background color is #b468ad


#b468ad Border Color

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

This div border color is #b468ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b468ad


Comments

No comments written yet.

Please login to write comment.