Color Hex Logo

#a483ca Color Hex

#A483CA
(164,131,202)
0 Favorites   0 Comments

Color spaces of #a483ca

RGB 164131202
HSL0.740.400.65
HSV268°35°79°
CMYK 0.190.350.00   0.21
XYZ34.086828.389459.5602
Yxy28.38940.27930.2326
Hunter Lab53.281720.9518-28.9793
CIE-Lab60.238926.6219-32.1205

#a483ca color RGB value is (164,131,202).

#a483ca hex color red value is 164, green value is 131 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a483ca hue: 0.74 , saturation: 0.40 and the lightness value of a483ca is 0.65.

The process color (four color CMYK) of #a483ca color hex is 0.19, 0.35, 0.00, 0.21. Web safe color of #a483ca is #9999cc. Color #a483ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000011 11001010
Octal 244 203 312
Decimal 164 131 202
Hex A4 83 CA

RGB Percentages of Color #a483ca

%33.00
%26.36
%40.64

CMYK Percentages of Color #a483ca

%19
%35
%0
%21

Triadic Colors of #a483ca

#a483ca #caa483 #83caa4

Analogous Colors of #a483ca

#a483ca #c883ca #8386ca

Monochromatic Colors of #a483ca

#a483ca

Complementary Color

#a483ca #a9ca83

#a483ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a483ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a483ca Color CSS Codes

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

#a483ca Text Font Color

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

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


#a483ca Background Color

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

This div background color is #a483ca


#a483ca Border Color

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

This div border color is #a483ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a483ca


Comments

No comments written yet.

Please login to write comment.