Color Hex Logo

#b77abf Color Hex

#B77ABF
(183,122,191)
0 Favorites   0 Comments

Color spaces of #b77abf

RGB 183122191
HSL0.810.350.61
HSV293°36°75°
CMYK 0.040.360.00   0.25
XYZ35.891927.747952.7544
Yxy27.74790.30840.2384
Hunter Lab52.676329.4406-22.5045
CIE-Lab59.660335.2790-26.6343

#b77abf color RGB value is (183,122,191).

#b77abf hex color red value is 183, green value is 122 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b77abf hue: 0.81 , saturation: 0.35 and the lightness value of b77abf is 0.61.

The process color (four color CMYK) of #b77abf color hex is 0.04, 0.36, 0.00, 0.25. Web safe color of #b77abf is #cc66cc. Color #b77abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111010 10111111
Octal 267 172 277
Decimal 183 122 191
Hex B7 7A BF

RGB Percentages of Color #b77abf

%36.90
%24.60
%38.51

CMYK Percentages of Color #b77abf

%4
%36
%0
%25

Triadic Colors of #b77abf

#b77abf #bfb77a #7abfb7

Analogous Colors of #b77abf

#b77abf #bf7aa5 #957abf

Monochromatic Colors of #b77abf

#b77abf

Complementary Color

#b77abf #82bf7a

#b77abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77abf Color CSS Codes

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

#b77abf Text Font Color

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

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


#b77abf Background Color

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

This div background color is #b77abf


#b77abf Border Color

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

This div border color is #b77abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77abf


Comments

No comments written yet.

Please login to write comment.