Color Hex Logo

#a468bc Color Hex

#A468BC
(164,104,188)
0 Favorites   0 Comments

Color spaces of #a468bc

RGB 164104188
HSL0.790.390.57
HSV283°45°74°
CMYK 0.130.450.00   0.26
XYZ29.337321.424050.1660
Yxy21.42400.29070.2123
Hunter Lab46.286132.1373-31.8597
CIE-Lab53.410438.7241-34.7976

#a468bc color RGB value is (164,104,188).

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

The process color (four color CMYK) of #a468bc color hex is 0.13, 0.45, 0.00, 0.26. Web safe color of #a468bc is #9966cc. Color #a468bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101000 10111100
Octal 244 150 274
Decimal 164 104 188
Hex A4 68 BC

RGB Percentages of Color #a468bc

%35.96
%22.81
%41.23

CMYK Percentages of Color #a468bc

%13
%45
%0
%26

Triadic Colors of #a468bc

#a468bc #bca468 #68bca4

Analogous Colors of #a468bc

#a468bc #bc68aa #7a68bc

Monochromatic Colors of #a468bc

#a468bc

Complementary Color

#a468bc #80bc68

#a468bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a468bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a468bc Color CSS Codes

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

#a468bc Text Font Color

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

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


#a468bc Background Color

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

This div background color is #a468bc


#a468bc Border Color

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

This div border color is #a468bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,104,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a468bc


Comments

No comments written yet.

Please login to write comment.