Color Hex Logo

#371894 Color Hex

#371894
(55,24,148)
0 Favorites   0 Comments

Color spaces of #371894

RGB 5524148
HSL0.710.720.34
HSV255°84°58°
CMYK 0.630.840.00   0.42
XYZ7.24753.603628.3306
Yxy3.60360.18500.0920
Hunter Lab18.983234.9283-75.1966
CIE-Lab22.315146.8734-61.6211

#371894 color RGB value is (55,24,148).

#371894 hex color red value is 55, green value is 24 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #371894 hue: 0.71 , saturation: 0.72 and the lightness value of 371894 is 0.34.

The process color (four color CMYK) of #371894 color hex is 0.63, 0.84, 0.00, 0.42. Web safe color of #371894 is #330099. Color #371894 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00011000 10010100
Octal 67 30 224
Decimal 55 24 148
Hex 37 18 94

RGB Percentages of Color #371894

%24.23
%10.57
%65.20

CMYK Percentages of Color #371894

%63
%84
%0
%42

Triadic Colors of #371894

#371894 #943718 #189437

Analogous Colors of #371894

#371894 #751894 #183794

Monochromatic Colors of #371894

#371894

Complementary Color

#371894 #759418

#371894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#371894 Color CSS Codes

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

#371894 Text Font Color

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

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


#371894 Background Color

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

This div background color is #371894


#371894 Border Color

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

This div border color is #371894


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,24,148, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #371894; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #371894;
  -webkit-box-shadow: 1px 1px 3px 2px #371894;
  box-shadow:         1px 1px 3px 2px #371894; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371894


Comments

No comments written yet.

Please login to write comment.