Color Hex Logo

#a368ba Color Hex

#A368BA
(163,104,186)
0 Favorites   0 Comments

Color spaces of #a368ba

RGB 163104186
HSL0.790.370.57
HSV283°44°73°
CMYK 0.120.440.00   0.27
XYZ28.917521.232349.0285
Yxy21.23230.29160.2141
Hunter Lab46.078531.3838-30.8308
CIE-Lab53.202837.9996-33.9792

#a368ba color RGB value is (163,104,186).

#a368ba hex color red value is 163, green value is 104 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a368ba hue: 0.79 , saturation: 0.37 and the lightness value of a368ba is 0.57.

The process color (four color CMYK) of #a368ba color hex is 0.12, 0.44, 0.00, 0.27. Web safe color of #a368ba is #9966cc. Color #a368ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101000 10111010
Octal 243 150 272
Decimal 163 104 186
Hex A3 68 BA

RGB Percentages of Color #a368ba

%35.98
%22.96
%41.06

CMYK Percentages of Color #a368ba

%12
%44
%0
%27

Triadic Colors of #a368ba

#a368ba #baa368 #68baa3

Analogous Colors of #a368ba

#a368ba #ba68a8 #7a68ba

Monochromatic Colors of #a368ba

#a368ba

Complementary Color

#a368ba #7fba68

#a368ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a368ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a368ba Color CSS Codes

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

#a368ba Text Font Color

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

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


#a368ba Background Color

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

This div background color is #a368ba


#a368ba Border Color

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

This div border color is #a368ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a368ba


Comments

No comments written yet.

Please login to write comment.