Color Hex Logo

#3a52ad Color Hex

#3A52AD
(58,82,173)
0 Favorites   0 Comments

Color spaces of #3a52ad

RGB 5882173
HSL0.630.500.45
HSV227°66°68°
CMYK 0.660.530.00   0.32
XYZ12.30509.951340.8074
Yxy9.95130.19510.1578
Hunter Lab31.545714.4224-54.6154
CIE-Lab37.754921.2380-51.5162

#3a52ad color RGB value is (58,82,173).

#3a52ad hex color red value is 58, green value is 82 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #3a52ad hue: 0.63 , saturation: 0.50 and the lightness value of 3a52ad is 0.45.

The process color (four color CMYK) of #3a52ad color hex is 0.66, 0.53, 0.00, 0.32. Web safe color of #3a52ad is #336699. Color #3a52ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01010010 10101101
Octal 72 122 255
Decimal 58 82 173
Hex 3A 52 AD

RGB Percentages of Color #3a52ad

%18.53
%26.20
%55.27

CMYK Percentages of Color #3a52ad

%66
%53
%0
%32

Triadic Colors of #3a52ad

#3a52ad #ad3a52 #52ad3a

Analogous Colors of #3a52ad

#3a52ad #5b3aad #3a8cad

Monochromatic Colors of #3a52ad

#3a52ad

Complementary Color

#3a52ad #ad953a

#3a52ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a52ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a52ad Color CSS Codes

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

#3a52ad Text Font Color

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

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


#3a52ad Background Color

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

This div background color is #3a52ad


#3a52ad Border Color

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

This div border color is #3a52ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,82,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a52ad


Comments

No comments written yet.

Please login to write comment.