Color Hex Logo

#6034ac Color Hex

#6034AC
(96,52,172)
0 Favorites   0 Comments

Color spaces of #6034ac

RGB 9652172
HSL0.730.540.44
HSV262°70°67°
CMYK 0.440.700.00   0.33
XYZ13.49837.921339.8473
Yxy7.92130.22030.1293
Hunter Lab28.144836.3555-64.2412
CIE-Lab33.818446.1310-57.1633

#6034ac color RGB value is (96,52,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00110100 10101100
Octal 140 64 254
Decimal 96 52 172
Hex 60 34 AC

RGB Percentages of Color #6034ac

%30.00
%16.25
%53.75

CMYK Percentages of Color #6034ac

%44
%70
%0
%33

Triadic Colors of #6034ac

#6034ac #ac6034 #34ac60

Analogous Colors of #6034ac

#6034ac #9c34ac #3444ac

Monochromatic Colors of #6034ac

#6034ac

Complementary Color

#6034ac #80ac34

#6034ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6034ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6034ac Color CSS Codes

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

#6034ac Text Font Color

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

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


#6034ac Background Color

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

This div background color is #6034ac


#6034ac Border Color

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

This div border color is #6034ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,52,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 #6034ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6034ac


Comments

No comments written yet.

Please login to write comment.