Color Hex Logo

#a865ba Color Hex

#A865BA
(168,101,186)
0 Favorites   0 Comments

Color spaces of #a865ba

RGB 168101186
HSL0.800.380.56
HSV287°46°73°
CMYK 0.100.460.00   0.27
XYZ29.665121.177448.9785
Yxy21.17740.29720.2122
Hunter Lab46.018934.5331-30.8899
CIE-Lab53.143141.1303-34.0300

#a865ba color RGB value is (168,101,186).

#a865ba hex color red value is 168, green value is 101 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a865ba hue: 0.80 , saturation: 0.38 and the lightness value of a865ba is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100101 10111010
Octal 250 145 272
Decimal 168 101 186
Hex A8 65 BA

RGB Percentages of Color #a865ba

%36.92
%22.20
%40.88

CMYK Percentages of Color #a865ba

%10
%46
%0
%27

Triadic Colors of #a865ba

#a865ba #baa865 #65baa8

Analogous Colors of #a865ba

#a865ba #ba65a2 #7e65ba

Monochromatic Colors of #a865ba

#a865ba

Complementary Color

#a865ba #77ba65

#a865ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a865ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a865ba Color CSS Codes

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

#a865ba Text Font Color

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

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


#a865ba Background Color

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

This div background color is #a865ba


#a865ba Border Color

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

This div border color is #a865ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a865ba


Comments

No comments written yet.

Please login to write comment.