Color Hex Logo

#a45dcb Color Hex

#A45DCB
(164,93,203)
0 Favorites   0 Comments

Color spaces of #a45dcb

RGB 16493203
HSL0.770.510.58
HSV279°54°80°
CMYK 0.190.540.00   0.20
XYZ30.003720.033058.7853
Yxy20.03300.27570.1841
Hunter Lab44.758241.3306-46.5405
CIE-Lab51.874547.8839-45.8294

#a45dcb color RGB value is (164,93,203).

#a45dcb hex color red value is 164, green value is 93 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a45dcb hue: 0.77 , saturation: 0.51 and the lightness value of a45dcb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01011101 11001011
Octal 244 135 313
Decimal 164 93 203
Hex A4 5D CB

RGB Percentages of Color #a45dcb

%35.65
%20.22
%44.13

CMYK Percentages of Color #a45dcb

%19
%54
%0
%20

Triadic Colors of #a45dcb

#a45dcb #cba45d #5dcba4

Analogous Colors of #a45dcb

#a45dcb #cb5dbb #6d5dcb

Monochromatic Colors of #a45dcb

#a45dcb

Complementary Color

#a45dcb #84cb5d

#a45dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45dcb Color CSS Codes

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

#a45dcb Text Font Color

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

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


#a45dcb Background Color

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

This div background color is #a45dcb


#a45dcb Border Color

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

This div border color is #a45dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45dcb


Comments

No comments written yet.

Please login to write comment.