Color Hex Logo

#371bba Color Hex

#371BBA
(55,27,186)
0 Favorites   0 Comments

Color spaces of #371bba

RGB 5527186
HSL0.700.750.42
HSV251°85°73°
CMYK 0.700.850.00   0.27
XYZ10.83045.141346.8759
Yxy5.14130.17230.0818
Hunter Lab22.674445.5799-106.7008
CIE-Lab27.133656.4827-76.6490

#371bba color RGB value is (55,27,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00011011 10111010
Octal 67 33 272
Decimal 55 27 186
Hex 37 1B BA

RGB Percentages of Color #371bba

%20.52
%10.07
%69.40

CMYK Percentages of Color #371bba

%70
%85
%0
%27

Triadic Colors of #371bba

#371bba #ba371b #1bba37

Analogous Colors of #371bba

#371bba #871bba #1b4eba

Monochromatic Colors of #371bba

#371bba

Complementary Color

#371bba #9eba1b

#371bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#371bba Color CSS Codes

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

#371bba Text Font Color

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

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


#371bba Background Color

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

This div background color is #371bba


#371bba Border Color

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

This div border color is #371bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371bba


Comments

No comments written yet.

Please login to write comment.