Color Hex Logo

#a45adc Color Hex

#A45ADC
(164,90,220)
0 Favorites   0 Comments

Color spaces of #a45adc

RGB 16490220
HSL0.760.650.61
HSV274°59°86°
CMYK 0.250.590.00   0.14
XYZ31.884320.372169.9619
Yxy20.37210.26090.1667
Hunter Lab45.135547.1077-60.3072
CIE-Lab52.255353.2117-54.9011

#a45adc color RGB value is (164,90,220).

#a45adc hex color red value is 164, green value is 90 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a45adc hue: 0.76 , saturation: 0.65 and the lightness value of a45adc is 0.61.

The process color (four color CMYK) of #a45adc color hex is 0.25, 0.59, 0.00, 0.14. Web safe color of #a45adc is #9966cc. Color #a45adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01011010 11011100
Octal 244 132 334
Decimal 164 90 220
Hex A4 5A DC

RGB Percentages of Color #a45adc

%34.60
%18.99
%46.41

CMYK Percentages of Color #a45adc

%25
%59
%0
%14

Triadic Colors of #a45adc

#a45adc #dca45a #5adca4

Analogous Colors of #a45adc

#a45adc #dc5ad3 #635adc

Monochromatic Colors of #a45adc

#a45adc

Complementary Color

#a45adc #92dc5a

#a45adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45adc Color CSS Codes

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

#a45adc Text Font Color

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

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


#a45adc Background Color

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

This div background color is #a45adc


#a45adc Border Color

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

This div border color is #a45adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45adc


Comments

No comments written yet.

Please login to write comment.