Color Hex Logo

#b685ad Color Hex

#B685AD
(182,133,173)
0 Favorites   0 Comments

Color spaces of #b685ad

RGB 182133173
HSL0.860.250.62
HSV311°27°71°
CMYK 0.000.270.05   0.29
XYZ35.221829.737343.4186
Yxy29.73730.32500.2744
Hunter Lab54.531919.8611-9.0347
CIE-Lab61.426925.4011-13.7147

#b685ad color RGB value is (182,133,173).

#b685ad hex color red value is 182, green value is 133 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b685ad hue: 0.86 , saturation: 0.25 and the lightness value of b685ad is 0.62.

The process color (four color CMYK) of #b685ad color hex is 0.00, 0.27, 0.05, 0.29. Web safe color of #b685ad is #cc9999. Color #b685ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000101 10101101
Octal 266 205 255
Decimal 182 133 173
Hex B6 85 AD

RGB Percentages of Color #b685ad

%37.30
%27.25
%35.45

CMYK Percentages of Color #b685ad

%0
%27
%5
%29

Triadic Colors of #b685ad

#b685ad #adb685 #85adb6

Analogous Colors of #b685ad

#b685ad #b68595 #a785b6

Monochromatic Colors of #b685ad

#b685ad

Complementary Color

#b685ad #85b68e

#b685ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b685ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b685ad Color CSS Codes

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

#b685ad Text Font Color

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

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


#b685ad Background Color

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

This div background color is #b685ad


#b685ad Border Color

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

This div border color is #b685ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b685ad


Comments

No comments written yet.

Please login to write comment.