Color Hex Logo

#a453ce Color Hex

#A453CE
(164,83,206)
0 Favorites   0 Comments

Color spaces of #a453ce

RGB 16483206
HSL0.780.560.57
HSV280°60°81°
CMYK 0.200.600.00   0.19
XYZ29.543718.535360.4131
Yxy18.53530.27230.1708
Hunter Lab43.052647.1486-53.0611
CIE-Lab50.139053.6156-50.3111

#a453ce color RGB value is (164,83,206).

#a453ce hex color red value is 164, green value is 83 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a453ce hue: 0.78 , saturation: 0.56 and the lightness value of a453ce is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010011 11001110
Octal 244 123 316
Decimal 164 83 206
Hex A4 53 CE

RGB Percentages of Color #a453ce

%36.20
%18.32
%45.47

CMYK Percentages of Color #a453ce

%20
%60
%0
%19

Triadic Colors of #a453ce

#a453ce #cea453 #53cea4

Analogous Colors of #a453ce

#a453ce #ce53bb #6753ce

Monochromatic Colors of #a453ce

#a453ce

Complementary Color

#a453ce #7dce53

#a453ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a453ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a453ce Color CSS Codes

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

#a453ce Text Font Color

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

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


#a453ce Background Color

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

This div background color is #a453ce


#a453ce Border Color

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

This div border color is #a453ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a453ce


Comments

No comments written yet.

Please login to write comment.