Color Hex Logo

#6113ac Color Hex

#6113AC
(97,19,172)
0 Favorites   0 Comments

Color spaces of #6113ac

RGB 9719172
HSL0.750.800.37
HSV271°89°67°
CMYK 0.440.890.00   0.33
XYZ12.60905.985739.5205
Yxy5.98570.21700.1030
Hunter Lab24.465749.1794-78.6477
CIE-Lab29.376459.4185-64.4299

#6113ac color RGB value is (97,19,172).

#6113ac hex color red value is 97, green value is 19 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6113ac hue: 0.75 , saturation: 0.80 and the lightness value of 6113ac is 0.37.

The process color (four color CMYK) of #6113ac color hex is 0.44, 0.89, 0.00, 0.33. Web safe color of #6113ac is #660099. Color #6113ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00010011 10101100
Octal 141 23 254
Decimal 97 19 172
Hex 61 13 AC

RGB Percentages of Color #6113ac

%33.68
%6.60
%59.72

CMYK Percentages of Color #6113ac

%44
%89
%0
%33

Triadic Colors of #6113ac

#6113ac #ac6113 #13ac61

Analogous Colors of #6113ac

#6113ac #ac13ab #1513ac

Monochromatic Colors of #6113ac

#6113ac

Complementary Color

#6113ac #5eac13

#6113ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6113ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6113ac Color CSS Codes

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

#6113ac Text Font Color

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

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


#6113ac Background Color

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

This div background color is #6113ac


#6113ac Border Color

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

This div border color is #6113ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6113ac


Comments

No comments written yet.

Please login to write comment.