Color Hex Logo

#b695ac Color Hex

#B695AC
(182,149,172)
0 Favorites   0 Comments

Color spaces of #b695ac

RGB 182149172
HSL0.880.180.65
HSV318°18°71°
CMYK 0.000.180.05   0.29
XYZ37.485234.418543.6975
Yxy34.41850.32430.2977
Hunter Lab58.667311.3840-3.0942
CIE-Lab65.293416.2689-7.3628

#b695ac color RGB value is (182,149,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010101 10101100
Octal 266 225 254
Decimal 182 149 172
Hex B6 95 AC

RGB Percentages of Color #b695ac

%36.18
%29.62
%34.19

CMYK Percentages of Color #b695ac

%0
%18
%5
%29

Triadic Colors of #b695ac

#b695ac #acb695 #95acb6

Analogous Colors of #b695ac

#b695ac #b6959c #b095b6

Monochromatic Colors of #b695ac

#b695ac

Complementary Color

#b695ac #95b69f

#b695ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b695ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b695ac Color CSS Codes

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

#b695ac Text Font Color

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

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


#b695ac Background Color

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

This div background color is #b695ac


#b695ac Border Color

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

This div border color is #b695ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,149,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b695ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b695ac


Comments

No comments written yet.

Please login to write comment.