Color Hex Logo

#b77eaa Color Hex

#B77EAA
(183,126,170)
0 Favorites   0 Comments

Color spaces of #b77eaa

RGB 183126170
HSL0.870.280.61
HSV314°31°72°
CMYK 0.000.310.07   0.28
XYZ34.245027.891341.6089
Yxy27.89130.33010.2688
Hunter Lab52.812223.3233-9.7440
CIE-Lab59.790429.1038-14.4618

#b77eaa color RGB value is (183,126,170).

#b77eaa hex color red value is 183, green value is 126 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b77eaa hue: 0.87 , saturation: 0.28 and the lightness value of b77eaa is 0.61.

The process color (four color CMYK) of #b77eaa color hex is 0.00, 0.31, 0.07, 0.28. Web safe color of #b77eaa is #cc6699. Color #b77eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111110 10101010
Octal 267 176 252
Decimal 183 126 170
Hex B7 7E AA

RGB Percentages of Color #b77eaa

%38.20
%26.30
%35.49

CMYK Percentages of Color #b77eaa

%0
%31
%7
%28

Triadic Colors of #b77eaa

#b77eaa #aab77e #7eaab7

Analogous Colors of #b77eaa

#b77eaa #b77e8e #a87eb7

Monochromatic Colors of #b77eaa

#b77eaa

Complementary Color

#b77eaa #7eb78b

#b77eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77eaa Color CSS Codes

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

#b77eaa Text Font Color

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

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


#b77eaa Background Color

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

This div background color is #b77eaa


#b77eaa Border Color

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

This div border color is #b77eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77eaa


Comments

No comments written yet.

Please login to write comment.