Color Hex Logo

#3705ad Color Hex

#3705AD
(55,5,173)
0 Favorites   0 Comments

Color spaces of #3705ad

RGB 555173
HSL0.720.940.35
HSV258°97°68°
CMYK 0.680.970.00   0.32
XYZ9.17263.937939.8118
Yxy3.93790.17330.0744
Hunter Lab19.844147.7812-105.0581
CIE-Lab23.465159.2363-74.9714

#3705ad color RGB value is (55,5,173).

#3705ad hex color red value is 55, green value is 5 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #3705ad hue: 0.72 , saturation: 0.94 and the lightness value of 3705ad is 0.35.

The process color (four color CMYK) of #3705ad color hex is 0.68, 0.97, 0.00, 0.32. Web safe color of #3705ad is #330099. Color #3705ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00000101 10101101
Octal 67 5 255
Decimal 55 5 173
Hex 37 5 AD

RGB Percentages of Color #3705ad

%23.61
%2.15
%74.25

CMYK Percentages of Color #3705ad

%68
%97
%0
%32

Triadic Colors of #3705ad

#3705ad #ad3705 #05ad37

Analogous Colors of #3705ad

#3705ad #8b05ad #0527ad

Monochromatic Colors of #3705ad

#3705ad

Complementary Color

#3705ad #7bad05

#3705ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3705ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3705ad Color CSS Codes

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

#3705ad Text Font Color

<p style="color:#3705ad">Text here</p>

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


#3705ad Background Color

<div style="background-color:#3705ad">
Div content here</div>

This div background color is #3705ad


#3705ad Border Color

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

This div border color is #3705ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,5,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3705ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3705ad;
  -webkit-box-shadow: 1px 1px 3px 2px #3705ad;
  box-shadow:         1px 1px 3px 2px #3705ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,5,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 #3705ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3705ad


Comments

No comments written yet.

Please login to write comment.