Color Hex Logo

#3b52ad Color Hex

#3B52AD
(59,82,173)
0 Favorites   0 Comments

Color spaces of #3b52ad

RGB 5982173
HSL0.630.490.45
HSV228°66°68°
CMYK 0.660.530.00   0.32
XYZ12.36389.981540.8101
Yxy9.98150.19580.1580
Hunter Lab31.593514.5655-54.4709
CIE-Lab37.809221.4061-51.4257

#3b52ad color RGB value is (59,82,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 01010010 10101101
Octal 73 122 255
Decimal 59 82 173
Hex 3B 52 AD

RGB Percentages of Color #3b52ad

%18.79
%26.11
%55.10

CMYK Percentages of Color #3b52ad

%66
%53
%0
%32

Triadic Colors of #3b52ad

#3b52ad #ad3b52 #52ad3b

Analogous Colors of #3b52ad

#3b52ad #5d3bad #3b8bad

Monochromatic Colors of #3b52ad

#3b52ad

Complementary Color

#3b52ad #ad963b

#3b52ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b52ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b52ad Color CSS Codes

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

#3b52ad Text Font Color

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

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


#3b52ad Background Color

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

This div background color is #3b52ad


#3b52ad Border Color

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

This div border color is #3b52ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b52ad


Comments

No comments written yet.

Please login to write comment.