Color Hex Logo

#372abc Color Hex

#372ABC
(55,42,188)
0 Favorites   0 Comments

Color spaces of #372abc

RGB 5542188
HSL0.680.630.45
HSV245°78°74°
CMYK 0.710.780.00   0.26
XYZ11.48066.099048.1491
Yxy6.09900.17470.0928
Hunter Lab24.696239.7617-98.3080
CIE-Lab29.660950.3462-73.6467

#372abc color RGB value is (55,42,188).

#372abc hex color red value is 55, green value is 42 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #372abc hue: 0.68 , saturation: 0.63 and the lightness value of 372abc is 0.45.

The process color (four color CMYK) of #372abc color hex is 0.71, 0.78, 0.00, 0.26. Web safe color of #372abc is #3333cc. Color #372abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00101010 10111100
Octal 67 52 274
Decimal 55 42 188
Hex 37 2A BC

RGB Percentages of Color #372abc

%19.30
%14.74
%65.96

CMYK Percentages of Color #372abc

%71
%78
%0
%26

Triadic Colors of #372abc

#372abc #bc372a #2abc37

Analogous Colors of #372abc

#372abc #802abc #2a66bc

Monochromatic Colors of #372abc

#372abc

Complementary Color

#372abc #afbc2a

#372abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#372abc Color CSS Codes

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

#372abc Text Font Color

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

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


#372abc Background Color

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

This div background color is #372abc


#372abc Border Color

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

This div border color is #372abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372abc


Comments

No comments written yet.

Please login to write comment.