Color Hex Logo

#a450da Color Hex

#A450DA
(164,80,218)
0 Favorites   0 Comments

Color spaces of #a450da

RGB 16480218
HSL0.770.650.58
HSV277°63°85°
CMYK 0.250.630.00   0.15
XYZ30.833418.691868.3124
Yxy18.69180.26170.1586
Hunter Lab43.234051.6421-63.4180
CIE-Lab50.324757.6740-56.8627

#a450da color RGB value is (164,80,218).

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

The process color (four color CMYK) of #a450da color hex is 0.25, 0.63, 0.00, 0.15. Web safe color of #a450da is #9966cc. Color #a450da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010000 11011010
Octal 244 120 332
Decimal 164 80 218
Hex A4 50 DA

RGB Percentages of Color #a450da

%35.50
%17.32
%47.19

CMYK Percentages of Color #a450da

%25
%63
%0
%15

Triadic Colors of #a450da

#a450da #daa450 #50daa4

Analogous Colors of #a450da

#a450da #da50cb #5f50da

Monochromatic Colors of #a450da

#a450da

Complementary Color

#a450da #86da50

#a450da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a450da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a450da Color CSS Codes

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

#a450da Text Font Color

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

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


#a450da Background Color

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

This div background color is #a450da


#a450da Border Color

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

This div border color is #a450da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a450da


Comments

No comments written yet.

Please login to write comment.