Color Hex Logo

#6037ac Color Hex

#6037AC
(96,55,172)
0 Favorites   0 Comments

Color spaces of #6037ac

RGB 9655172
HSL0.730.520.45
HSV261°68°67°
CMYK 0.440.680.00   0.33
XYZ13.63658.197739.8933
Yxy8.19770.22090.1328
Hunter Lab28.631634.9096-62.5684
CIE-Lab34.391344.5491-56.2307

#6037ac color RGB value is (96,55,172).

#6037ac hex color red value is 96, green value is 55 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6037ac hue: 0.73 , saturation: 0.52 and the lightness value of 6037ac is 0.45.

The process color (four color CMYK) of #6037ac color hex is 0.44, 0.68, 0.00, 0.33. Web safe color of #6037ac is #663399. Color #6037ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00110111 10101100
Octal 140 67 254
Decimal 96 55 172
Hex 60 37 AC

RGB Percentages of Color #6037ac

%29.72
%17.03
%53.25

CMYK Percentages of Color #6037ac

%44
%68
%0
%33

Triadic Colors of #6037ac

#6037ac #ac6037 #37ac60

Analogous Colors of #6037ac

#6037ac #9b37ac #3749ac

Monochromatic Colors of #6037ac

#6037ac

Complementary Color

#6037ac #83ac37

#6037ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6037ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6037ac Color CSS Codes

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

#6037ac Text Font Color

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

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


#6037ac Background Color

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

This div background color is #6037ac


#6037ac Border Color

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

This div border color is #6037ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,55,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6037ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6037ac;
  -webkit-box-shadow: 1px 1px 3px 2px #6037ac;
  box-shadow:         1px 1px 3px 2px #6037ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6037ac


Comments

No comments written yet.

Please login to write comment.