Color Hex Logo

#b695ad Color Hex

#B695AD
(182,149,173)
0 Favorites   0 Comments

Color spaces of #b695ad

RGB 182149173
HSL0.880.180.65
HSV316°18°71°
CMYK 0.000.180.05   0.29
XYZ37.581734.457144.2053
Yxy34.45710.32330.2964
Hunter Lab58.700211.5560-3.5594
CIE-Lab65.323816.4523-7.8797

#b695ad color RGB value is (182,149,173).

#b695ad hex color red value is 182, green value is 149 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b695ad hue: 0.88 , saturation: 0.18 and the lightness value of b695ad is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010101 10101101
Octal 266 225 255
Decimal 182 149 173
Hex B6 95 AD

RGB Percentages of Color #b695ad

%36.11
%29.56
%34.33

CMYK Percentages of Color #b695ad

%0
%18
%5
%29

Triadic Colors of #b695ad

#b695ad #adb695 #95adb6

Analogous Colors of #b695ad

#b695ad #b6959d #af95b6

Monochromatic Colors of #b695ad

#b695ad

Complementary Color

#b695ad #95b69e

#b695ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b695ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b695ad Color CSS Codes

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

#b695ad Text Font Color

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

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


#b695ad Background Color

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

This div background color is #b695ad


#b695ad Border Color

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

This div border color is #b695ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b695ad


Comments

No comments written yet.

Please login to write comment.