Color Hex Logo

#b67abe Color Hex

#B67ABE
(182,122,190)
0 Favorites   0 Comments

Color spaces of #b67abe

RGB 182122190
HSL0.810.340.61
HSV293°36°75°
CMYK 0.040.360.00   0.25
XYZ35.545227.581952.1656
Yxy27.58190.30830.2392
Hunter Lab52.518528.9038-22.1287
CIE-Lab59.509134.7632-26.3084

#b67abe color RGB value is (182,122,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01111010 10111110
Octal 266 172 276
Decimal 182 122 190
Hex B6 7A BE

RGB Percentages of Color #b67abe

%36.84
%24.70
%38.46

CMYK Percentages of Color #b67abe

%4
%36
%0
%25

Triadic Colors of #b67abe

#b67abe #beb67a #7abeb6

Analogous Colors of #b67abe

#b67abe #be7aa4 #947abe

Monochromatic Colors of #b67abe

#b67abe

Complementary Color

#b67abe #82be7a

#b67abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67abe Color CSS Codes

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

#b67abe Text Font Color

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

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


#b67abe Background Color

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

This div background color is #b67abe


#b67abe Border Color

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

This div border color is #b67abe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,122,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 #b67abe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67abe


Comments

No comments written yet.

Please login to write comment.