Color Hex Logo

#372acd Color Hex

#372ACD
(55,42,205)
0 Favorites   0 Comments

Color spaces of #372acd

RGB 5542205
HSL0.680.660.48
HSV245°80°80°
CMYK 0.730.800.00   0.20
XYZ13.42306.875958.3773
Yxy6.87590.17060.0874
Hunter Lab26.221945.4857-113.6406
CIE-Lab31.522755.5404-80.5411

#372acd color RGB value is (55,42,205).

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

The process color (four color CMYK) of #372acd color hex is 0.73, 0.80, 0.00, 0.20. Web safe color of #372acd is #3333cc. Color #372acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00101010 11001101
Octal 67 52 315
Decimal 55 42 205
Hex 37 2A CD

RGB Percentages of Color #372acd

%18.21
%13.91
%67.88

CMYK Percentages of Color #372acd

%73
%80
%0
%20

Triadic Colors of #372acd

#372acd #cd372a #2acd37

Analogous Colors of #372acd

#372acd #892acd #2a6fcd

Monochromatic Colors of #372acd

#372acd

Complementary Color

#372acd #c0cd2a

#372acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#372acd Color CSS Codes

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

#372acd Text Font Color

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

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


#372acd Background Color

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

This div background color is #372acd


#372acd Border Color

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

This div border color is #372acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372acd


Comments

No comments written yet.

Please login to write comment.