Color Hex Logo

#3d52ad Color Hex

#3D52AD
(61,82,173)
0 Favorites   0 Comments

Color spaces of #3d52ad

RGB 6182173
HSL0.640.480.46
HSV229°65°68°
CMYK 0.650.530.00   0.32
XYZ12.484610.043840.8158
Yxy10.04380.19710.1586
Hunter Lab31.692014.8566-54.1747
CIE-Lab37.920921.7470-51.2398

#3d52ad color RGB value is (61,82,173).

#3d52ad hex color red value is 61, green value is 82 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #3d52ad hue: 0.64 , saturation: 0.48 and the lightness value of 3d52ad is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 01010010 10101101
Octal 75 122 255
Decimal 61 82 173
Hex 3D 52 AD

RGB Percentages of Color #3d52ad

%19.30
%25.95
%54.75

CMYK Percentages of Color #3d52ad

%65
%53
%0
%32

Triadic Colors of #3d52ad

#3d52ad #ad3d52 #52ad3d

Analogous Colors of #3d52ad

#3d52ad #603dad #3d8aad

Monochromatic Colors of #3d52ad

#3d52ad

Complementary Color

#3d52ad #ad983d

#3d52ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d52ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d52ad Color CSS Codes

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

#3d52ad Text Font Color

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

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


#3d52ad Background Color

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

This div background color is #3d52ad


#3d52ad Border Color

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

This div border color is #3d52ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d52ad


Comments

No comments written yet.

Please login to write comment.