Color Hex Logo

#37205a Color Hex

#37205A
(55,32,90)
0 Favorites   0 Comments

Color spaces of #37205a

RGB 553290
HSL0.730.480.24
HSV264°64°35°
CMYK 0.390.640.00   0.65
XYZ3.93752.58349.9640
Yxy2.58340.23890.1567
Hunter Lab16.073015.6007-25.5042
CIE-Lab18.291725.1983-31.0034

#37205a color RGB value is (55,32,90).

#37205a hex color red value is 55, green value is 32 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #37205a hue: 0.73 , saturation: 0.48 and the lightness value of 37205a is 0.24.

The process color (four color CMYK) of #37205a color hex is 0.39, 0.64, 0.00, 0.65. Web safe color of #37205a is #333366. Color #37205a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00100000 01011010
Octal 67 40 132
Decimal 55 32 90
Hex 37 20 5A

RGB Percentages of Color #37205a

%31.07
%18.08
%50.85

CMYK Percentages of Color #37205a

%39
%64
%0
%65

Triadic Colors of #37205a

#37205a #5a3720 #205a37

Analogous Colors of #37205a

#37205a #54205a #20265a

Monochromatic Colors of #37205a

#37205a

Complementary Color

#37205a #435a20

#37205a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37205a Color Preview on White Background

Lorem ipsum dolor sit amet.

#37205a Color CSS Codes

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

#37205a Text Font Color

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

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


#37205a Background Color

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

This div background color is #37205a


#37205a Border Color

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

This div border color is #37205a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,32,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #37205a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #37205a;
  -webkit-box-shadow: 1px 1px 3px 2px #37205a;
  box-shadow:         1px 1px 3px 2px #37205a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37205a


Comments

No comments written yet.

Please login to write comment.