Color Hex Logo

#3a0ada Color Hex

#3A0ADA
(58,10,218)
0 Favorites   0 Comments

Color spaces of #3a0ada

RGB 5810218
HSL0.710.910.45
HSV254°95°85°
CMYK 0.730.950.00   0.15
XYZ14.50846.178666.7576
Yxy6.17860.16590.0707
Hunter Lab24.856860.6874-141.8347
CIE-Lab29.858769.5501-90.8399

#3a0ada color RGB value is (58,10,218).

#3a0ada hex color red value is 58, green value is 10 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #3a0ada hue: 0.71 , saturation: 0.91 and the lightness value of 3a0ada is 0.45.

The process color (four color CMYK) of #3a0ada color hex is 0.73, 0.95, 0.00, 0.15. Web safe color of #3a0ada is #3300cc. Color #3a0ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 00001010 11011010
Octal 72 12 332
Decimal 58 10 218
Hex 3A A DA

RGB Percentages of Color #3a0ada

%20.28
%3.50
%76.22

CMYK Percentages of Color #3a0ada

%73
%95
%0
%15

Triadic Colors of #3a0ada

#3a0ada #da3a0a #0ada3a

Analogous Colors of #3a0ada

#3a0ada #a20ada #0a42da

Monochromatic Colors of #3a0ada

#3a0ada

Complementary Color

#3a0ada #aada0a

#3a0ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a0ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a0ada Color CSS Codes

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

#3a0ada Text Font Color

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

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


#3a0ada Background Color

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

This div background color is #3a0ada


#3a0ada Border Color

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

This div border color is #3a0ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a0ada


Comments

No comments written yet.

Please login to write comment.