Color Hex Logo

#371daa Color Hex

#371DAA
(55,29,170)
0 Favorites   0 Comments

Color spaces of #371daa

RGB 5529170
HSL0.700.710.39
HSV251°83°67°
CMYK 0.680.830.00   0.33
XYZ9.27064.593238.4282
Yxy4.59320.17730.0878
Hunter Lab21.431839.7071-91.3077
CIE-Lab25.542951.0941-69.7127

#371daa color RGB value is (55,29,170).

#371daa hex color red value is 55, green value is 29 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #371daa hue: 0.70 , saturation: 0.71 and the lightness value of 371daa is 0.39.

The process color (four color CMYK) of #371daa color hex is 0.68, 0.83, 0.00, 0.33. Web safe color of #371daa is #333399. Color #371daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00011101 10101010
Octal 67 35 252
Decimal 55 29 170
Hex 37 1D AA

RGB Percentages of Color #371daa

%21.65
%11.42
%66.93

CMYK Percentages of Color #371daa

%68
%83
%0
%33

Triadic Colors of #371daa

#371daa #aa371d #1daa37

Analogous Colors of #371daa

#371daa #7e1daa #1d49aa

Monochromatic Colors of #371daa

#371daa

Complementary Color

#371daa #90aa1d

#371daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#371daa Color CSS Codes

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

#371daa Text Font Color

<p style="color:#371daa">Text here</p>

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


#371daa Background Color

<div style="background-color:#371daa">
Div content here</div>

This div background color is #371daa


#371daa Border Color

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

This div border color is #371daa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,29,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #371daa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #371daa;
  -webkit-box-shadow: 1px 1px 3px 2px #371daa;
  box-shadow:         1px 1px 3px 2px #371daa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,29,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371daa


Comments

No comments written yet.

Please login to write comment.