Color Hex Logo

#b683ac Color Hex

#B683AC
(182,131,172)
0 Favorites   0 Comments

Color spaces of #b683ac

RGB 182131172
HSL0.870.260.61
HSV312°28°71°
CMYK 0.000.280.05   0.29
XYZ34.854129.156242.8204
Yxy29.15620.32630.2729
Hunter Lab53.996520.7258-9.2207
CIE-Lab60.919226.3352-13.9107

#b683ac color RGB value is (182,131,172).

#b683ac hex color red value is 182, green value is 131 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b683ac hue: 0.87 , saturation: 0.26 and the lightness value of b683ac is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000011 10101100
Octal 266 203 254
Decimal 182 131 172
Hex B6 83 AC

RGB Percentages of Color #b683ac

%37.53
%27.01
%35.46

CMYK Percentages of Color #b683ac

%0
%28
%5
%29

Triadic Colors of #b683ac

#b683ac #acb683 #83acb6

Analogous Colors of #b683ac

#b683ac #b68393 #a783b6

Monochromatic Colors of #b683ac

#b683ac

Complementary Color

#b683ac #83b68d

#b683ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b683ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b683ac Color CSS Codes

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

#b683ac Text Font Color

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

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


#b683ac Background Color

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

This div background color is #b683ac


#b683ac Border Color

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

This div border color is #b683ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b683ac


Comments

No comments written yet.

Please login to write comment.