Color Hex Logo

#4a3ada Color Hex

#4A3ADA
(74,58,218)
0 Favorites   0 Comments

Color spaces of #4a3ada

RGB 7458218
HSL0.680.680.54
HSV246°73°85°
CMYK 0.660.730.00   0.15
XYZ16.99209.543967.2762
Yxy9.54390.18110.1017
Hunter Lab30.893244.1162-107.4907
CIE-Lab37.011153.1728-78.9470

#4a3ada color RGB value is (74,58,218).

#4a3ada hex color red value is 74, green value is 58 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #4a3ada hue: 0.68 , saturation: 0.68 and the lightness value of 4a3ada is 0.54.

The process color (four color CMYK) of #4a3ada color hex is 0.66, 0.73, 0.00, 0.15. Web safe color of #4a3ada is #3333cc. Color #4a3ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00111010 11011010
Octal 112 72 332
Decimal 74 58 218
Hex 4A 3A DA

RGB Percentages of Color #4a3ada

%21.14
%16.57
%62.29

CMYK Percentages of Color #4a3ada

%66
%73
%0
%15

Triadic Colors of #4a3ada

#4a3ada #da4a3a #3ada4a

Analogous Colors of #4a3ada

#4a3ada #9a3ada #3a7ada

Monochromatic Colors of #4a3ada

#4a3ada

Complementary Color

#4a3ada #cada3a

#4a3ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a3ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a3ada Color CSS Codes

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

#4a3ada Text Font Color

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

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


#4a3ada Background Color

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

This div background color is #4a3ada


#4a3ada Border Color

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

This div border color is #4a3ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a3ada


Comments

No comments written yet.

Please login to write comment.