Color Hex Logo

#b07acc Color Hex

#B07ACC
(176,122,204)
0 Favorites   0 Comments

Color spaces of #b07acc

RGB 176122204
HSL0.780.450.64
HSV280°40°80°
CMYK 0.140.400.00   0.20
XYZ35.763127.508860.5515
Yxy27.50880.28880.2222
Hunter Lab52.448829.9277-31.7354
CIE-Lab59.442335.7856-34.3963

#b07acc color RGB value is (176,122,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01111010 11001100
Octal 260 172 314
Decimal 176 122 204
Hex B0 7A CC

RGB Percentages of Color #b07acc

%35.06
%24.30
%40.64

CMYK Percentages of Color #b07acc

%14
%40
%0
%20

Triadic Colors of #b07acc

#b07acc #ccb07a #7accb0

Analogous Colors of #b07acc

#b07acc #cc7abf #877acc

Monochromatic Colors of #b07acc

#b07acc

Complementary Color

#b07acc #96cc7a

#b07acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07acc Color CSS Codes

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

#b07acc Text Font Color

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

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


#b07acc Background Color

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

This div background color is #b07acc


#b07acc Border Color

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

This div border color is #b07acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07acc


Comments

No comments written yet.

Please login to write comment.