Color Hex Logo

#b27acb Color Hex

#B27ACB
(178,122,203)
0 Favorites   0 Comments

Color spaces of #b27acb

RGB 178122203
HSL0.780.440.64
HSV281°40°80°
CMYK 0.120.400.00   0.20
XYZ36.099127.695859.9431
Yxy27.69580.29170.2238
Hunter Lab52.626830.3443-30.6939
CIE-Lab59.612936.1774-33.5495

#b27acb color RGB value is (178,122,203).

#b27acb hex color red value is 178, green value is 122 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b27acb hue: 0.78 , saturation: 0.44 and the lightness value of b27acb is 0.64.

The process color (four color CMYK) of #b27acb color hex is 0.12, 0.40, 0.00, 0.20. Web safe color of #b27acb is #9966cc. Color #b27acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111010 11001011
Octal 262 172 313
Decimal 178 122 203
Hex B2 7A CB

RGB Percentages of Color #b27acb

%35.39
%24.25
%40.36

CMYK Percentages of Color #b27acb

%12
%40
%0
%20

Triadic Colors of #b27acb

#b27acb #cbb27a #7acbb2

Analogous Colors of #b27acb

#b27acb #cb7abc #8a7acb

Monochromatic Colors of #b27acb

#b27acb

Complementary Color

#b27acb #93cb7a

#b27acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27acb Color CSS Codes

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

#b27acb Text Font Color

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

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


#b27acb Background Color

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

This div background color is #b27acb


#b27acb Border Color

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

This div border color is #b27acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27acb


Comments

No comments written yet.

Please login to write comment.