Color Hex Logo

#b38acc Color Hex

#B38ACC
(179,138,204)
0 Favorites   0 Comments

Color spaces of #b38acc

RGB 179138204
HSL0.770.390.67
HSV277°32°80°
CMYK 0.120.320.00   0.20
XYZ38.578032.120361.2933
Yxy32.12030.29230.2434
Hunter Lab56.674822.3225-24.4493
CIE-Lab63.442227.7774-28.1689

#b38acc color RGB value is (179,138,204).

#b38acc hex color red value is 179, green value is 138 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b38acc hue: 0.77 , saturation: 0.39 and the lightness value of b38acc is 0.67.

The process color (four color CMYK) of #b38acc color hex is 0.12, 0.32, 0.00, 0.20. Web safe color of #b38acc is #cc99cc. Color #b38acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001010 11001100
Octal 263 212 314
Decimal 179 138 204
Hex B3 8A CC

RGB Percentages of Color #b38acc

%34.36
%26.49
%39.16

CMYK Percentages of Color #b38acc

%12
%32
%0
%20

Triadic Colors of #b38acc

#b38acc #ccb38a #8accb3

Analogous Colors of #b38acc

#b38acc #cc8ac4 #928acc

Monochromatic Colors of #b38acc

#b38acc

Complementary Color

#b38acc #a3cc8a

#b38acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38acc Color CSS Codes

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

#b38acc Text Font Color

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

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


#b38acc Background Color

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

This div background color is #b38acc


#b38acc Border Color

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

This div border color is #b38acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38acc


Comments

No comments written yet.

Please login to write comment.