Color Hex Logo

#b761ac Color Hex

#B761AC
(183,97,172)
0 Favorites   0 Comments

Color spaces of #b761ac

RGB 18397172
HSL0.850.370.55
HSV308°47°72°
CMYK 0.000.470.06   0.28
XYZ31.249521.595241.5510
Yxy21.59520.33100.2288
Hunter Lab46.470638.7099-20.4838
CIE-Lab53.594845.1169-25.0765

#b761ac color RGB value is (183,97,172).

#b761ac hex color red value is 183, green value is 97 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b761ac hue: 0.85 , saturation: 0.37 and the lightness value of b761ac is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100001 10101100
Octal 267 141 254
Decimal 183 97 172
Hex B7 61 AC

RGB Percentages of Color #b761ac

%40.49
%21.46
%38.05

CMYK Percentages of Color #b761ac

%0
%47
%6
%28

Triadic Colors of #b761ac

#b761ac #acb761 #61acb7

Analogous Colors of #b761ac

#b761ac #b76181 #9761b7

Monochromatic Colors of #b761ac

#b761ac

Complementary Color

#b761ac #61b76c

#b761ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b761ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b761ac Color CSS Codes

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

#b761ac Text Font Color

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

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


#b761ac Background Color

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

This div background color is #b761ac


#b761ac Border Color

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

This div border color is #b761ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b761ac


Comments

No comments written yet.

Please login to write comment.