Color Hex Logo

#b76ab6 Color Hex

#B76AB6
(183,106,182)
0 Favorites   0 Comments

Color spaces of #b76ab6

RGB 183106182
HSL0.840.350.57
HSV301°42°72°
CMYK 0.000.420.01   0.28
XYZ33.126023.752747.0948
Yxy23.75270.31860.2284
Hunter Lab48.736736.0358-23.1768
CIE-Lab55.839342.2160-27.3910

#b76ab6 color RGB value is (183,106,182).

#b76ab6 hex color red value is 183, green value is 106 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #b76ab6 hue: 0.84 , saturation: 0.35 and the lightness value of b76ab6 is 0.57.

The process color (four color CMYK) of #b76ab6 color hex is 0.00, 0.42, 0.01, 0.28. Web safe color of #b76ab6 is #cc66cc. Color #b76ab6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01101010 10110110
Octal 267 152 266
Decimal 183 106 182
Hex B7 6A B6

RGB Percentages of Color #b76ab6

%38.85
%22.51
%38.64

CMYK Percentages of Color #b76ab6

%0
%42
%1
%28

Triadic Colors of #b76ab6

#b76ab6 #b6b76a #6ab6b7

Analogous Colors of #b76ab6

#b76ab6 #b76a90 #926ab7

Monochromatic Colors of #b76ab6

#b76ab6

Complementary Color

#b76ab6 #6ab76b

#b76ab6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76ab6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76ab6 Color CSS Codes

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

#b76ab6 Text Font Color

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

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


#b76ab6 Background Color

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

This div background color is #b76ab6


#b76ab6 Border Color

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

This div border color is #b76ab6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,106,182, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b76ab6">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76ab6


Comments

No comments written yet.

Please login to write comment.