Color Hex Logo

#b77085 Color Hex

#B77085
(183,112,133)
0 Favorites   0 Comments

Color spaces of #b77085

RGB 183112133
HSL0.950.330.58
HSV342°39°72°
CMYK 0.000.390.27   0.28
XYZ29.556223.349125.1393
Yxy23.34910.37870.2992
Hunter Lab48.320924.62062.9786
CIE-Lab55.430130.85700.4601

#b77085 color RGB value is (183,112,133).

#b77085 hex color red value is 183, green value is 112 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #b77085 hue: 0.95 , saturation: 0.33 and the lightness value of b77085 is 0.58.

The process color (four color CMYK) of #b77085 color hex is 0.00, 0.39, 0.27, 0.28. Web safe color of #b77085 is #cc6699. Color #b77085 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110000 10000101
Octal 267 160 205
Decimal 183 112 133
Hex B7 70 85

RGB Percentages of Color #b77085

%42.76
%26.17
%31.07

CMYK Percentages of Color #b77085

%0
%39
%27
%28

Triadic Colors of #b77085

#b77085 #85b770 #7085b7

Analogous Colors of #b77085

#b77085 #b77f70 #b770a9

Monochromatic Colors of #b77085

#b77085

Complementary Color

#b77085 #70b7a2

#b77085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77085 Color CSS Codes

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

#b77085 Text Font Color

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

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


#b77085 Background Color

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

This div background color is #b77085


#b77085 Border Color

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

This div border color is #b77085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77085


Comments

No comments written yet.

Please login to write comment.