Color Hex Logo

#a867ba Color Hex

#A867BA
(168,103,186)
0 Favorites   0 Comments

Color spaces of #a867ba

RGB 168103186
HSL0.800.380.57
HSV287°45°73°
CMYK 0.100.450.00   0.27
XYZ29.861621.570549.0440
Yxy21.57050.29720.2147
Hunter Lab46.444133.4910-30.0982
CIE-Lab53.568340.0448-33.3652

#a867ba color RGB value is (168,103,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100111 10111010
Octal 250 147 272
Decimal 168 103 186
Hex A8 67 BA

RGB Percentages of Color #a867ba

%36.76
%22.54
%40.70

CMYK Percentages of Color #a867ba

%10
%45
%0
%27

Triadic Colors of #a867ba

#a867ba #baa867 #67baa8

Analogous Colors of #a867ba

#a867ba #ba67a3 #7f67ba

Monochromatic Colors of #a867ba

#a867ba

Complementary Color

#a867ba #79ba67

#a867ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a867ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a867ba Color CSS Codes

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

#a867ba Text Font Color

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

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


#a867ba Background Color

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

This div background color is #a867ba


#a867ba Border Color

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

This div border color is #a867ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a867ba


Comments

No comments written yet.

Please login to write comment.