Color Hex Logo

#b76582 Color Hex

#B76582
(183,101,130)
0 Favorites   0 Comments

Color spaces of #b76582

RGB 183101130
HSL0.940.360.56
HSV339°45°72°
CMYK 0.000.450.29   0.28
XYZ28.211420.986323.6830
Yxy20.98630.38710.2880
Hunter Lab45.810829.75571.4162
CIE-Lab52.934536.3964-1.4262

#b76582 color RGB value is (183,101,130).

#b76582 hex color red value is 183, green value is 101 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #b76582 hue: 0.94 , saturation: 0.36 and the lightness value of b76582 is 0.56.

The process color (four color CMYK) of #b76582 color hex is 0.00, 0.45, 0.29, 0.28. Web safe color of #b76582 is #cc6699. Color #b76582 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100101 10000010
Octal 267 145 202
Decimal 183 101 130
Hex B7 65 82

RGB Percentages of Color #b76582

%44.20
%24.40
%31.40

CMYK Percentages of Color #b76582

%0
%45
%29
%28

Triadic Colors of #b76582

#b76582 #82b765 #6582b7

Analogous Colors of #b76582

#b76582 #b77165 #b765ab

Monochromatic Colors of #b76582

#b76582

Complementary Color

#b76582 #65b79a

#b76582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76582 Color CSS Codes

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

#b76582 Text Font Color

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

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


#b76582 Background Color

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

This div background color is #b76582


#b76582 Border Color

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

This div border color is #b76582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76582


Comments

No comments written yet.

Please login to write comment.