Color Hex Logo

#a873ba Color Hex

#A873BA
(168,115,186)
0 Favorites   0 Comments

Color spaces of #a873ba

RGB 168115186
HSL0.790.340.59
HSV285°38°73°
CMYK 0.100.380.00   0.27
XYZ31.142124.131549.4708
Yxy24.13150.29730.2304
Hunter Lab49.123827.1936-25.3221
CIE-Lab56.219233.4091-29.2381

#a873ba color RGB value is (168,115,186).

#a873ba hex color red value is 168, green value is 115 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a873ba hue: 0.79 , saturation: 0.34 and the lightness value of a873ba is 0.59.

The process color (four color CMYK) of #a873ba color hex is 0.10, 0.38, 0.00, 0.27. Web safe color of #a873ba is #9966cc. Color #a873ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110011 10111010
Octal 250 163 272
Decimal 168 115 186
Hex A8 73 BA

RGB Percentages of Color #a873ba

%35.82
%24.52
%39.66

CMYK Percentages of Color #a873ba

%10
%38
%0
%27

Triadic Colors of #a873ba

#a873ba #baa873 #73baa8

Analogous Colors of #a873ba

#a873ba #ba73a9 #8573ba

Monochromatic Colors of #a873ba

#a873ba

Complementary Color

#a873ba #85ba73

#a873ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a873ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a873ba Color CSS Codes

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

#a873ba Text Font Color

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

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


#a873ba Background Color

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

This div background color is #a873ba


#a873ba Border Color

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

This div border color is #a873ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a873ba


Comments

No comments written yet.

Please login to write comment.