Color Hex Logo

#371283 Color Hex

#371283
(55,18,131)
0 Favorites   0 Comments

Color spaces of #371283

RGB 5518131
HSL0.720.760.29
HSV260°86°51°
CMYK 0.580.860.00   0.49
XYZ5.88862.883521.7189
Yxy2.88350.19310.0946
Hunter Lab16.980932.1834-63.9466
CIE-Lab19.571244.5223-55.5277

#371283 color RGB value is (55,18,131).

#371283 hex color red value is 55, green value is 18 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #371283 hue: 0.72 , saturation: 0.76 and the lightness value of 371283 is 0.29.

The process color (four color CMYK) of #371283 color hex is 0.58, 0.86, 0.00, 0.49. Web safe color of #371283 is #330099. Color #371283 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00010010 10000011
Octal 67 22 203
Decimal 55 18 131
Hex 37 12 83

RGB Percentages of Color #371283

%26.96
%8.82
%64.22

CMYK Percentages of Color #371283

%58
%86
%0
%49

Triadic Colors of #371283

#371283 #833712 #128337

Analogous Colors of #371283

#371283 #701283 #122583

Monochromatic Colors of #371283

#371283

Complementary Color

#371283 #5e8312

#371283 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371283 Color Preview on White Background

Lorem ipsum dolor sit amet.

#371283 Color CSS Codes

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

#371283 Text Font Color

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

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


#371283 Background Color

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

This div background color is #371283


#371283 Border Color

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

This div border color is #371283


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371283


Comments

No comments written yet.

Please login to write comment.