Color Hex Logo

#371aba Color Hex

#371ABA
(55,26,186)
0 Favorites   0 Comments

Color spaces of #371aba

RGB 5526186
HSL0.700.750.42
HSV251°86°73°
CMYK 0.700.860.00   0.27
XYZ10.80795.096246.8684
Yxy5.09620.17220.0812
Hunter Lab22.574845.9529-107.2921
CIE-Lab27.007156.8600-76.8590

#371aba color RGB value is (55,26,186).

#371aba hex color red value is 55, green value is 26 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #371aba hue: 0.70 , saturation: 0.75 and the lightness value of 371aba is 0.42.

The process color (four color CMYK) of #371aba color hex is 0.70, 0.86, 0.00, 0.27. Web safe color of #371aba is #3333cc. Color #371aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00011010 10111010
Octal 67 32 272
Decimal 55 26 186
Hex 37 1A BA

RGB Percentages of Color #371aba

%20.60
%9.74
%69.66

CMYK Percentages of Color #371aba

%70
%86
%0
%27

Triadic Colors of #371aba

#371aba #ba371a #1aba37

Analogous Colors of #371aba

#371aba #871aba #1a4dba

Monochromatic Colors of #371aba

#371aba

Complementary Color

#371aba #9dba1a

#371aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#371aba Color CSS Codes

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

#371aba Text Font Color

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

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


#371aba Background Color

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

This div background color is #371aba


#371aba Border Color

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

This div border color is #371aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371aba


Comments

No comments written yet.

Please login to write comment.