Color Hex Logo

#370aad Color Hex

#370AAD
(55,10,173)
0 Favorites   0 Comments

Color spaces of #370aad

RGB 5510173
HSL0.710.890.36
HSV257°94°68°
CMYK 0.680.940.00   0.32
XYZ9.22694.046439.8299
Yxy4.04640.17380.0762
Hunter Lab20.115746.6742-103.3158
CIE-Lab23.824258.1398-74.3738

#370aad color RGB value is (55,10,173).

#370aad hex color red value is 55, green value is 10 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #370aad hue: 0.71 , saturation: 0.89 and the lightness value of 370aad is 0.36.

The process color (four color CMYK) of #370aad color hex is 0.68, 0.94, 0.00, 0.32. Web safe color of #370aad is #330099. Color #370aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00001010 10101101
Octal 67 12 255
Decimal 55 10 173
Hex 37 A AD

RGB Percentages of Color #370aad

%23.11
%4.20
%72.69

CMYK Percentages of Color #370aad

%68
%94
%0
%32

Triadic Colors of #370aad

#370aad #ad370a #0aad37

Analogous Colors of #370aad

#370aad #890aad #0a2fad

Monochromatic Colors of #370aad

#370aad

Complementary Color

#370aad #80ad0a

#370aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#370aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#370aad Color CSS Codes

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

#370aad Text Font Color

<p style="color:#370aad">Text here</p>

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


#370aad Background Color

<div style="background-color:#370aad">
Div content here</div>

This div background color is #370aad


#370aad Border Color

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

This div border color is #370aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #370aad


Comments

No comments written yet.

Please login to write comment.