Color Hex Logo

#a468de Color Hex

#A468DE
(164,104,222)
0 Favorites   0 Comments

Color spaces of #a468de

RGB 164104222
HSL0.750.640.64
HSV271°53°87°
CMYK 0.260.530.00   0.13
XYZ33.445023.067171.7969
Yxy23.06710.26070.1798
Hunter Lab48.028240.2511-55.0123
CIE-Lab55.141446.3503-51.4210

#a468de color RGB value is (164,104,222).

#a468de hex color red value is 164, green value is 104 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a468de hue: 0.75 , saturation: 0.64 and the lightness value of a468de is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101000 11011110
Octal 244 150 336
Decimal 164 104 222
Hex A4 68 DE

RGB Percentages of Color #a468de

%33.47
%21.22
%45.31

CMYK Percentages of Color #a468de

%26
%53
%0
%13

Triadic Colors of #a468de

#a468de #dea468 #68dea4

Analogous Colors of #a468de

#a468de #de68dd #6968de

Monochromatic Colors of #a468de

#a468de

Complementary Color

#a468de #a2de68

#a468de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a468de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a468de Color CSS Codes

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

#a468de Text Font Color

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

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


#a468de Background Color

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

This div background color is #a468de


#a468de Border Color

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

This div border color is #a468de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a468de


Comments

No comments written yet.

Please login to write comment.