Color Hex Logo

#6115ae Color Hex

#6115AE
(97,21,174)
0 Favorites   0 Comments

Color spaces of #6115ae

RGB 9721174
HSL0.750.780.38
HSV270°88°68°
CMYK 0.440.880.00   0.32
XYZ12.83796.133740.5517
Yxy6.13370.21570.1030
Hunter Lab24.766349.1865-79.7435
CIE-Lab29.747359.3534-65.0205

#6115ae color RGB value is (97,21,174).

#6115ae hex color red value is 97, green value is 21 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #6115ae hue: 0.75 , saturation: 0.78 and the lightness value of 6115ae is 0.38.

The process color (four color CMYK) of #6115ae color hex is 0.44, 0.88, 0.00, 0.32. Web safe color of #6115ae is #660099. Color #6115ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00010101 10101110
Octal 141 25 256
Decimal 97 21 174
Hex 61 15 AE

RGB Percentages of Color #6115ae

%33.22
%7.19
%59.59

CMYK Percentages of Color #6115ae

%44
%88
%0
%32

Triadic Colors of #6115ae

#6115ae #ae6115 #15ae61

Analogous Colors of #6115ae

#6115ae #ae15ae #1515ae

Monochromatic Colors of #6115ae

#6115ae

Complementary Color

#6115ae #62ae15

#6115ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6115ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6115ae Color CSS Codes

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

#6115ae Text Font Color

<p style="color:#6115ae">Text here</p>

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


#6115ae Background Color

<div style="background-color:#6115ae">
Div content here</div>

This div background color is #6115ae


#6115ae Border Color

<div style="border:3px solid #6115ae">
Div here</div>

This div border color is #6115ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,21,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6115ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6115ae;
  -webkit-box-shadow: 1px 1px 3px 2px #6115ae;
  box-shadow:         1px 1px 3px 2px #6115ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,21,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6115ae


Comments

No comments written yet.

Please login to write comment.