Color Hex Logo

#372782 Color Hex

#372782
(55,39,130)
0 Favorites   0 Comments

Color spaces of #372782

RGB 5539130
HSL0.700.540.33
HSV251°70°51°
CMYK 0.580.700.00   0.49
XYZ6.33033.875021.5334
Yxy3.87500.19950.1221
Hunter Lab19.685022.9532-51.0777
CIE-Lab23.253833.4768-48.8447

#372782 color RGB value is (55,39,130).

#372782 hex color red value is 55, green value is 39 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #372782 hue: 0.70 , saturation: 0.54 and the lightness value of 372782 is 0.33.

The process color (four color CMYK) of #372782 color hex is 0.58, 0.70, 0.00, 0.49. Web safe color of #372782 is #333399. Color #372782 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00100111 10000010
Octal 67 47 202
Decimal 55 39 130
Hex 37 27 82

RGB Percentages of Color #372782

%24.55
%17.41
%58.04

CMYK Percentages of Color #372782

%58
%70
%0
%49

Triadic Colors of #372782

#372782 #823727 #278237

Analogous Colors of #372782

#372782 #652782 #274582

Monochromatic Colors of #372782

#372782

Complementary Color

#372782 #728227

#372782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#372782 Color CSS Codes

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

#372782 Text Font Color

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

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


#372782 Background Color

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

This div background color is #372782


#372782 Border Color

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

This div border color is #372782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372782


Comments

No comments written yet.

Please login to write comment.