Color Hex Logo

#a379bc Color Hex

#A379BC
(163,121,188)
0 Favorites   0 Comments

Color spaces of #a379bc

RGB 163121188
HSL0.770.330.61
HSV278°36°74°
CMYK 0.130.360.00   0.26
XYZ31.018725.092150.7853
Yxy25.09210.29020.2347
Hunter Lab50.092022.8723-25.0462
CIE-Lab57.165028.8764-28.9572

#a379bc color RGB value is (163,121,188).

#a379bc hex color red value is 163, green value is 121 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a379bc hue: 0.77 , saturation: 0.33 and the lightness value of a379bc is 0.61.

The process color (four color CMYK) of #a379bc color hex is 0.13, 0.36, 0.00, 0.26. Web safe color of #a379bc is #9966cc. Color #a379bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111001 10111100
Octal 243 171 274
Decimal 163 121 188
Hex A3 79 BC

RGB Percentages of Color #a379bc

%34.53
%25.64
%39.83

CMYK Percentages of Color #a379bc

%13
%36
%0
%26

Triadic Colors of #a379bc

#a379bc #bca379 #79bca3

Analogous Colors of #a379bc

#a379bc #bc79b4 #8279bc

Monochromatic Colors of #a379bc

#a379bc

Complementary Color

#a379bc #92bc79

#a379bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a379bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a379bc Color CSS Codes

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

#a379bc Text Font Color

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

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


#a379bc Background Color

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

This div background color is #a379bc


#a379bc Border Color

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

This div border color is #a379bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,121,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a379bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a379bc;
  -webkit-box-shadow: 1px 1px 3px 2px #a379bc;
  box-shadow:         1px 1px 3px 2px #a379bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,121,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a379bc


Comments

No comments written yet.

Please login to write comment.