Color Hex Logo

#b775ac Color Hex

#B775AC
(183,117,172)
0 Favorites   0 Comments

Color spaces of #b775ac

RGB 183117172
HSL0.860.310.59
HSV310°36°72°
CMYK 0.000.360.06   0.28
XYZ33.336125.768442.2465
Yxy25.76840.32890.2542
Hunter Lab50.762628.3875-13.8095
CIE-Lab57.816634.4358-18.6026

#b775ac color RGB value is (183,117,172).

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

The process color (four color CMYK) of #b775ac color hex is 0.00, 0.36, 0.06, 0.28. Web safe color of #b775ac is #cc6699. Color #b775ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110101 10101100
Octal 267 165 254
Decimal 183 117 172
Hex B7 75 AC

RGB Percentages of Color #b775ac

%38.77
%24.79
%36.44

CMYK Percentages of Color #b775ac

%0
%36
%6
%28

Triadic Colors of #b775ac

#b775ac #acb775 #75acb7

Analogous Colors of #b775ac

#b775ac #b7758b #a175b7

Monochromatic Colors of #b775ac

#b775ac

Complementary Color

#b775ac #75b780

#b775ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b775ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b775ac Color CSS Codes

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

#b775ac Text Font Color

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

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


#b775ac Background Color

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

This div background color is #b775ac


#b775ac Border Color

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

This div border color is #b775ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b775ac


Comments

No comments written yet.

Please login to write comment.