Color Hex Logo

#371dad Color Hex

#371DAD
(55,29,173)
0 Favorites   0 Comments

Color spaces of #371dad

RGB 5529173
HSL0.700.710.40
HSV251°83°68°
CMYK 0.680.830.00   0.32
XYZ9.55774.708139.9402
Yxy4.70810.17630.0869
Hunter Lab21.698240.6547-93.9475
CIE-Lab25.886451.9651-70.9503

#371dad color RGB value is (55,29,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00011101 10101101
Octal 67 35 255
Decimal 55 29 173
Hex 37 1D AD

RGB Percentages of Color #371dad

%21.40
%11.28
%67.32

CMYK Percentages of Color #371dad

%68
%83
%0
%32

Triadic Colors of #371dad

#371dad #ad371d #1dad37

Analogous Colors of #371dad

#371dad #7f1dad #1d4bad

Monochromatic Colors of #371dad

#371dad

Complementary Color

#371dad #93ad1d

#371dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#371dad Color CSS Codes

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

#371dad Text Font Color

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

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


#371dad Background Color

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

This div background color is #371dad


#371dad Border Color

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

This div border color is #371dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371dad


Comments

No comments written yet.

Please login to write comment.