Color Hex Logo

#b75676 Color Hex

#B75676
(183,86,118)
0 Favorites   0 Comments

Color spaces of #b75676

RGB 18386118
HSL0.950.400.53
HSV340°53°72°
CMYK 0.000.530.36   0.28
XYZ26.126218.030919.2428
Yxy18.03090.41210.2844
Hunter Lab42.462835.51622.8556
CIE-Lab49.533642.62700.7528

#b75676 color RGB value is (183,86,118).

#b75676 hex color red value is 183, green value is 86 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #b75676 hue: 0.95 , saturation: 0.40 and the lightness value of b75676 is 0.53.

The process color (four color CMYK) of #b75676 color hex is 0.00, 0.53, 0.36, 0.28. Web safe color of #b75676 is #cc6666. Color #b75676 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010110 01110110
Octal 267 126 166
Decimal 183 86 118
Hex B7 56 76

RGB Percentages of Color #b75676

%47.29
%22.22
%30.49

CMYK Percentages of Color #b75676

%0
%53
%36
%28

Triadic Colors of #b75676

#b75676 #76b756 #5676b7

Analogous Colors of #b75676

#b75676 #b76756 #b756a7

Monochromatic Colors of #b75676

#b75676

Complementary Color

#b75676 #56b797

#b75676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75676 Color CSS Codes

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

#b75676 Text Font Color

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

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


#b75676 Background Color

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

This div background color is #b75676


#b75676 Border Color

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

This div border color is #b75676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75676


Comments

No comments written yet.

Please login to write comment.