Color Hex Logo

#b76487 Color Hex

#B76487
(183,100,135)
0 Favorites   0 Comments

Color spaces of #b76487

RGB 183100135
HSL0.930.370.55
HSV335°45°72°
CMYK 0.000.450.26   0.28
XYZ28.458820.930925.4618
Yxy20.93090.38020.2796
Hunter Lab45.750330.9722-0.9720
CIE-Lab52.873837.6302-4.4698

#b76487 color RGB value is (183,100,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100100 10000111
Octal 267 144 207
Decimal 183 100 135
Hex B7 64 87

RGB Percentages of Color #b76487

%43.78
%23.92
%32.30

CMYK Percentages of Color #b76487

%0
%45
%26
%28

Triadic Colors of #b76487

#b76487 #87b764 #6487b7

Analogous Colors of #b76487

#b76487 #b76b64 #b764b1

Monochromatic Colors of #b76487

#b76487

Complementary Color

#b76487 #64b794

#b76487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76487 Color CSS Codes

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

#b76487 Text Font Color

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

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


#b76487 Background Color

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

This div background color is #b76487


#b76487 Border Color

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

This div border color is #b76487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76487


Comments

No comments written yet.

Please login to write comment.