Color Hex Logo

#a468cd Color Hex

#A468CD
(164,104,205)
0 Favorites   0 Comments

Color spaces of #a468cd

RGB 164104205
HSL0.770.500.61
HSV276°49°80°
CMYK 0.200.490.00   0.20
XYZ31.279622.200960.3942
Yxy22.20090.27470.1950
Hunter Lab47.117836.0426-43.0136
CIE-Lab54.239542.4489-43.2242

#a468cd color RGB value is (164,104,205).

#a468cd hex color red value is 164, green value is 104 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a468cd hue: 0.77 , saturation: 0.50 and the lightness value of a468cd is 0.61.

The process color (four color CMYK) of #a468cd color hex is 0.20, 0.49, 0.00, 0.20. Web safe color of #a468cd is #9966cc. Color #a468cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101000 11001101
Octal 244 150 315
Decimal 164 104 205
Hex A4 68 CD

RGB Percentages of Color #a468cd

%34.67
%21.99
%43.34

CMYK Percentages of Color #a468cd

%20
%49
%0
%20

Triadic Colors of #a468cd

#a468cd #cda468 #68cda4

Analogous Colors of #a468cd

#a468cd #cd68c4 #7268cd

Monochromatic Colors of #a468cd

#a468cd

Complementary Color

#a468cd #91cd68

#a468cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a468cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a468cd Color CSS Codes

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

#a468cd Text Font Color

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

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


#a468cd Background Color

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

This div background color is #a468cd


#a468cd Border Color

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

This div border color is #a468cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a468cd


Comments

No comments written yet.

Please login to write comment.