Color Hex Logo

#a793ba Color Hex

#A793BA
(167,147,186)
0 Favorites   0 Comments

Color spaces of #a793ba

RGB 167147186
HSL0.750.220.65
HSV271°21°73°
CMYK 0.100.210.00   0.27
XYZ35.233032.628150.8952
Yxy32.62810.29670.2747
Hunter Lab57.121010.1394-12.8431
CIE-Lab63.858614.9575-17.5284

#a793ba color RGB value is (167,147,186).

#a793ba hex color red value is 167, green value is 147 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a793ba hue: 0.75 , saturation: 0.22 and the lightness value of a793ba is 0.65.

The process color (four color CMYK) of #a793ba color hex is 0.10, 0.21, 0.00, 0.27. Web safe color of #a793ba is #9999cc. Color #a793ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010011 10111010
Octal 247 223 272
Decimal 167 147 186
Hex A7 93 BA

RGB Percentages of Color #a793ba

%33.40
%29.40
%37.20

CMYK Percentages of Color #a793ba

%10
%21
%0
%27

Triadic Colors of #a793ba

#a793ba #baa793 #93baa7

Analogous Colors of #a793ba

#a793ba #ba93ba #9493ba

Monochromatic Colors of #a793ba

#a793ba

Complementary Color

#a793ba #a6ba93

#a793ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a793ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a793ba Color CSS Codes

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

#a793ba Text Font Color

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

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


#a793ba Background Color

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

This div background color is #a793ba


#a793ba Border Color

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

This div border color is #a793ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,147,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a793ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a793ba;
  -webkit-box-shadow: 1px 1px 3px 2px #a793ba;
  box-shadow:         1px 1px 3px 2px #a793ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,147,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a793ba


Comments

No comments written yet.

Please login to write comment.