Color Hex Logo

#b780ac Color Hex

#B780AC
(183,128,172)
0 Favorites   0 Comments

Color spaces of #b780ac

RGB 183128172
HSL0.870.280.61
HSV312°30°72°
CMYK 0.000.300.06   0.28
XYZ34.694028.484242.6991
Yxy28.48420.32770.2690
Hunter Lab53.370622.6369-10.0755
CIE-Lab60.323728.3534-14.7991

#b780ac color RGB value is (183,128,172).

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

The process color (four color CMYK) of #b780ac color hex is 0.00, 0.30, 0.06, 0.28. Web safe color of #b780ac is #cc9999. Color #b780ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10000000 10101100
Octal 267 200 254
Decimal 183 128 172
Hex B7 80 AC

RGB Percentages of Color #b780ac

%37.89
%26.50
%35.61

CMYK Percentages of Color #b780ac

%0
%30
%6
%28

Triadic Colors of #b780ac

#b780ac #acb780 #80acb7

Analogous Colors of #b780ac

#b780ac #b78091 #a780b7

Monochromatic Colors of #b780ac

#b780ac

Complementary Color

#b780ac #80b78b

#b780ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b780ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b780ac Color CSS Codes

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

#b780ac Text Font Color

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

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


#b780ac Background Color

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

This div background color is #b780ac


#b780ac Border Color

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

This div border color is #b780ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b780ac


Comments

No comments written yet.

Please login to write comment.