Color Hex Logo

#a45ded Color Hex

#A45DED
(164,93,237)
0 Favorites   0 Comments

Color spaces of #a45ded

RGB 16493237
HSL0.750.800.65
HSV270°61°93°
CMYK 0.310.610.00   0.07
XYZ34.510321.835682.5166
Yxy21.83560.24850.1572
Hunter Lab46.728650.0520-71.9884
CIE-Lab53.852155.6162-61.9088

#a45ded color RGB value is (164,93,237).

#a45ded hex color red value is 164, green value is 93 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a45ded hue: 0.75 , saturation: 0.80 and the lightness value of a45ded is 0.65.

The process color (four color CMYK) of #a45ded color hex is 0.31, 0.61, 0.00, 0.07. Web safe color of #a45ded is #9966ff. Color #a45ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01011101 11101101
Octal 244 135 355
Decimal 164 93 237
Hex A4 5D ED

RGB Percentages of Color #a45ded

%33.20
%18.83
%47.98

CMYK Percentages of Color #a45ded

%31
%61
%0
%7

Triadic Colors of #a45ded

#a45ded #eda45d #5deda4

Analogous Colors of #a45ded

#a45ded #ec5ded #5d5eed

Monochromatic Colors of #a45ded

#a45ded

Complementary Color

#a45ded #a6ed5d

#a45ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45ded Color CSS Codes

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

#a45ded Text Font Color

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

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


#a45ded Background Color

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

This div background color is #a45ded


#a45ded Border Color

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

This div border color is #a45ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45ded


Comments

No comments written yet.

Please login to write comment.