Color Hex Logo

#b675ac Color Hex

#B675AC
(182,117,172)
0 Favorites   0 Comments

Color spaces of #b675ac

RGB 182117172
HSL0.860.310.59
HSV309°36°71°
CMYK 0.000.360.05   0.29
XYZ33.099125.646242.2354
Yxy25.64620.32780.2540
Hunter Lab50.642128.0420-13.9983
CIE-Lab57.699734.1020-18.7913

#b675ac color RGB value is (182,117,172).

#b675ac hex color red value is 182, green value is 117 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b675ac hue: 0.86 , saturation: 0.31 and the lightness value of b675ac is 0.59.

The process color (four color CMYK) of #b675ac color hex is 0.00, 0.36, 0.05, 0.29. Web safe color of #b675ac is #cc6699. Color #b675ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110101 10101100
Octal 266 165 254
Decimal 182 117 172
Hex B6 75 AC

RGB Percentages of Color #b675ac

%38.64
%24.84
%36.52

CMYK Percentages of Color #b675ac

%0
%36
%5
%29

Triadic Colors of #b675ac

#b675ac #acb675 #75acb6

Analogous Colors of #b675ac

#b675ac #b6758c #a075b6

Monochromatic Colors of #b675ac

#b675ac

Complementary Color

#b675ac #75b67f

#b675ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b675ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b675ac Color CSS Codes

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

#b675ac Text Font Color

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

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


#b675ac Background Color

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

This div background color is #b675ac


#b675ac Border Color

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

This div border color is #b675ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b675ac


Comments

No comments written yet.

Please login to write comment.