Color Hex Logo

#372dab Color Hex

#372DAB
(55,45,171)
0 Favorites   0 Comments

Color spaces of #372dab

RGB 5545171
HSL0.680.580.42
HSV245°74°67°
CMYK 0.680.740.00   0.33
XYZ9.86465.629339.0947
Yxy5.62930.18070.1031
Hunter Lab23.726132.6940-81.0867
CIE-Lab28.457343.3463-65.5003

#372dab color RGB value is (55,45,171).

#372dab hex color red value is 55, green value is 45 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #372dab hue: 0.68 , saturation: 0.58 and the lightness value of 372dab is 0.42.

The process color (four color CMYK) of #372dab color hex is 0.68, 0.74, 0.00, 0.33. Web safe color of #372dab is #333399. Color #372dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00101101 10101011
Octal 67 55 253
Decimal 55 45 171
Hex 37 2D AB

RGB Percentages of Color #372dab

%20.30
%16.61
%63.10

CMYK Percentages of Color #372dab

%68
%74
%0
%33

Triadic Colors of #372dab

#372dab #ab372d #2dab37

Analogous Colors of #372dab

#372dab #762dab #2d62ab

Monochromatic Colors of #372dab

#372dab

Complementary Color

#372dab #a1ab2d

#372dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#372dab Color CSS Codes

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

#372dab Text Font Color

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

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


#372dab Background Color

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

This div background color is #372dab


#372dab Border Color

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

This div border color is #372dab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,45,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #372dab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #372dab;
  -webkit-box-shadow: 1px 1px 3px 2px #372dab;
  box-shadow:         1px 1px 3px 2px #372dab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372dab


Comments

No comments written yet.

Please login to write comment.