Color Hex Logo

#b76abe Color Hex

#B76ABE
(183,106,190)
0 Favorites   0 Comments

Color spaces of #b76abe

RGB 183106190
HSL0.820.390.58
HSV295°44°75°
CMYK 0.040.440.00   0.25
XYZ33.976724.093151.5749
Yxy24.09310.30990.2197
Hunter Lab49.084737.6604-27.9386
CIE-Lab56.180943.7305-31.4538

#b76abe color RGB value is (183,106,190).

#b76abe hex color red value is 183, green value is 106 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b76abe hue: 0.82 , saturation: 0.39 and the lightness value of b76abe is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01101010 10111110
Octal 267 152 276
Decimal 183 106 190
Hex B7 6A BE

RGB Percentages of Color #b76abe

%38.20
%22.13
%39.67

CMYK Percentages of Color #b76abe

%4
%44
%0
%25

Triadic Colors of #b76abe

#b76abe #beb76a #6abeb7

Analogous Colors of #b76abe

#b76abe #be6a9b #8d6abe

Monochromatic Colors of #b76abe

#b76abe

Complementary Color

#b76abe #71be6a

#b76abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76abe Color CSS Codes

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

#b76abe Text Font Color

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

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


#b76abe Background Color

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

This div background color is #b76abe


#b76abe Border Color

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

This div border color is #b76abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76abe


Comments

No comments written yet.

Please login to write comment.