Color Hex Logo

#371082 Color Hex

#371082
(55,16,130)
0 Favorites   0 Comments

Color spaces of #371082

RGB 5516130
HSL0.720.780.29
HSV261°88°51°
CMYK 0.580.880.00   0.49
XYZ5.79012.794521.3533
Yxy2.79450.19340.0933
Hunter Lab16.716832.5718-64.0329
CIE-Lab19.201445.0070-55.5059

#371082 color RGB value is (55,16,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00010000 10000010
Octal 67 20 202
Decimal 55 16 130
Hex 37 10 82

RGB Percentages of Color #371082

%27.36
%7.96
%64.68

CMYK Percentages of Color #371082

%58
%88
%0
%49

Triadic Colors of #371082

#371082 #823710 #108237

Analogous Colors of #371082

#371082 #701082 #102282

Monochromatic Colors of #371082

#371082

Complementary Color

#371082 #5b8210

#371082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#371082 Color CSS Codes

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

#371082 Text Font Color

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

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


#371082 Background Color

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

This div background color is #371082


#371082 Border Color

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

This div border color is #371082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371082


Comments

No comments written yet.

Please login to write comment.