Color Hex Logo

#7a5ada Color Hex

#7A5ADA
(122,90,218)
0 Favorites   0 Comments

Color spaces of #7a5ada

RGB 12290218
HSL0.710.630.60
HSV255°59°85°
CMYK 0.440.590.00   0.15
XYZ24.337116.511968.2341
Yxy16.51190.22310.1514
Hunter Lab40.634835.7966-71.1155
CIE-Lab47.639043.1960-61.4276

#7a5ada color RGB value is (122,90,218).

#7a5ada hex color red value is 122, green value is 90 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7a5ada hue: 0.71 , saturation: 0.63 and the lightness value of 7a5ada is 0.60.

The process color (four color CMYK) of #7a5ada color hex is 0.44, 0.59, 0.00, 0.15. Web safe color of #7a5ada is #6666cc. Color #7a5ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 01011010 11011010
Octal 172 132 332
Decimal 122 90 218
Hex 7A 5A DA

RGB Percentages of Color #7a5ada

%28.37
%20.93
%50.70

CMYK Percentages of Color #7a5ada

%44
%59
%0
%15

Triadic Colors of #7a5ada

#7a5ada #da7a5a #5ada7a

Analogous Colors of #7a5ada

#7a5ada #ba5ada #5a7ada

Monochromatic Colors of #7a5ada

#7a5ada

Complementary Color

#7a5ada #bada5a

#7a5ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a5ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a5ada Color CSS Codes

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

#7a5ada Text Font Color

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

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


#7a5ada Background Color

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

This div background color is #7a5ada


#7a5ada Border Color

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

This div border color is #7a5ada


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(122,90,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7a5ada; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7a5ada;
  -webkit-box-shadow: 1px 1px 3px 2px #7a5ada;
  box-shadow:         1px 1px 3px 2px #7a5ada; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,90,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 #7a5ada">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a5ada


Comments

No comments written yet.

Please login to write comment.