Color Hex Logo

#373abe Color Hex

#373ABE
(55,58,190)
0 Favorites   0 Comments

Color spaces of #373abe

RGB 5558190
HSL0.660.550.48
HSV239°71°75°
CMYK 0.710.690.00   0.25
XYZ12.38297.556049.5210
Yxy7.55600.17830.1088
Hunter Lab27.488232.3065-87.5715
CIE-Lab33.040542.0911-69.2533

#373abe color RGB value is (55,58,190).

#373abe hex color red value is 55, green value is 58 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #373abe hue: 0.66 , saturation: 0.55 and the lightness value of 373abe is 0.48.

The process color (four color CMYK) of #373abe color hex is 0.71, 0.69, 0.00, 0.25. Web safe color of #373abe is #3333cc. Color #373abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00111010 10111110
Octal 67 72 276
Decimal 55 58 190
Hex 37 3A BE

RGB Percentages of Color #373abe

%18.15
%19.14
%62.71

CMYK Percentages of Color #373abe

%71
%69
%0
%25

Triadic Colors of #373abe

#373abe #be373a #3abe37

Analogous Colors of #373abe

#373abe #7837be #377ebe

Monochromatic Colors of #373abe

#373abe

Complementary Color

#373abe #bebb37

#373abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#373abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#373abe Color CSS Codes

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

#373abe Text Font Color

<p style="color:#373abe">Text here</p>

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


#373abe Background Color

<div style="background-color:#373abe">
Div content here</div>

This div background color is #373abe


#373abe Border Color

<div style="border:3px solid #373abe">
Div here</div>

This div border color is #373abe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,58,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #373abe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #373abe;
  -webkit-box-shadow: 1px 1px 3px 2px #373abe;
  box-shadow:         1px 1px 3px 2px #373abe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #373abe


Comments

No comments written yet.

Please login to write comment.