Color Hex Logo

#b77ace Color Hex

#B77ACE
(183,122,206)
0 Favorites   0 Comments

Color spaces of #b77ace

RGB 183122206
HSL0.790.460.64
HSV284°41°81°
CMYK 0.110.410.00   0.19
XYZ37.628628.442661.8992
Yxy28.44260.29400.2223
Hunter Lab53.331632.6120-31.4827
CIE-Lab60.286538.3173-34.1521

#b77ace color RGB value is (183,122,206).

#b77ace hex color red value is 183, green value is 122 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b77ace hue: 0.79 , saturation: 0.46 and the lightness value of b77ace is 0.64.

The process color (four color CMYK) of #b77ace color hex is 0.11, 0.41, 0.00, 0.19. Web safe color of #b77ace is #cc66cc. Color #b77ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111010 11001110
Octal 267 172 316
Decimal 183 122 206
Hex B7 7A CE

RGB Percentages of Color #b77ace

%35.81
%23.87
%40.31

CMYK Percentages of Color #b77ace

%11
%41
%0
%19

Triadic Colors of #b77ace

#b77ace #ceb77a #7aceb7

Analogous Colors of #b77ace

#b77ace #ce7abb #8d7ace

Monochromatic Colors of #b77ace

#b77ace

Complementary Color

#b77ace #91ce7a

#b77ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77ace Color CSS Codes

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

#b77ace Text Font Color

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

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


#b77ace Background Color

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

This div background color is #b77ace


#b77ace Border Color

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

This div border color is #b77ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77ace


Comments

No comments written yet.

Please login to write comment.