Color Hex Logo

#a435dd Color Hex

#A435DD
(164,53,221)
0 Favorites   0 Comments

Color spaces of #a435dd

RGB 16453221
HSL0.780.710.54
HSV280°76°87°
CMYK 0.260.760.00   0.13
XYZ29.634115.659269.8672
Yxy15.65920.25730.1360
Hunter Lab39.571764.4230-76.9813
CIE-Lab46.524269.5421-64.7045

#a435dd color RGB value is (164,53,221).

#a435dd hex color red value is 164, green value is 53 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a435dd hue: 0.78 , saturation: 0.71 and the lightness value of a435dd is 0.54.

The process color (four color CMYK) of #a435dd color hex is 0.26, 0.76, 0.00, 0.13. Web safe color of #a435dd is #9933cc. Color #a435dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00110101 11011101
Octal 244 65 335
Decimal 164 53 221
Hex A4 35 DD

RGB Percentages of Color #a435dd

%37.44
%12.10
%50.46

CMYK Percentages of Color #a435dd

%26
%76
%0
%13

Triadic Colors of #a435dd

#a435dd #dda435 #35dda4

Analogous Colors of #a435dd

#a435dd #dd35c2 #5035dd

Monochromatic Colors of #a435dd

#a435dd

Complementary Color

#a435dd #6edd35

#a435dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a435dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a435dd Color CSS Codes

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

#a435dd Text Font Color

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

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


#a435dd Background Color

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

This div background color is #a435dd


#a435dd Border Color

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

This div border color is #a435dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a435dd


Comments

No comments written yet.

Please login to write comment.