Color Hex Logo

#b27abe Color Hex

#B27ABE
(178,122,190)
0 Favorites   0 Comments

Color spaces of #b27abe

RGB 178122190
HSL0.800.340.61
HSV289°36°75°
CMYK 0.060.360.00   0.25
XYZ34.613927.101852.1220
Yxy27.10180.30410.2381
Hunter Lab52.059427.5794-22.9197
CIE-Lab59.068433.4888-27.0246

#b27abe color RGB value is (178,122,190).

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

The process color (four color CMYK) of #b27abe color hex is 0.06, 0.36, 0.00, 0.25. Web safe color of #b27abe is #9966cc. Color #b27abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111010 10111110
Octal 262 172 276
Decimal 178 122 190
Hex B2 7A BE

RGB Percentages of Color #b27abe

%36.33
%24.90
%38.78

CMYK Percentages of Color #b27abe

%6
%36
%0
%25

Triadic Colors of #b27abe

#b27abe #beb27a #7abeb2

Analogous Colors of #b27abe

#b27abe #be7aa8 #907abe

Monochromatic Colors of #b27abe

#b27abe

Complementary Color

#b27abe #86be7a

#b27abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27abe Color CSS Codes

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

#b27abe Text Font Color

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

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


#b27abe Background Color

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

This div background color is #b27abe


#b27abe Border Color

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

This div border color is #b27abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27abe


Comments

No comments written yet.

Please login to write comment.