Color Hex Logo

#6015ad Color Hex

#6015AD
(96,21,173)
0 Favorites   0 Comments

Color spaces of #6015ad

RGB 9621173
HSL0.750.780.38
HSV270°88°68°
CMYK 0.450.880.00   0.32
XYZ12.63496.040340.0351
Yxy6.04030.21520.1029
Hunter Lab24.577048.7560-79.3774
CIE-Lab29.513959.0000-64.8093

#6015ad color RGB value is (96,21,173).

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

The process color (four color CMYK) of #6015ad color hex is 0.45, 0.88, 0.00, 0.32. Web safe color of #6015ad is #660099. Color #6015ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00010101 10101101
Octal 140 25 255
Decimal 96 21 173
Hex 60 15 AD

RGB Percentages of Color #6015ad

%33.10
%7.24
%59.66

CMYK Percentages of Color #6015ad

%45
%88
%0
%32

Triadic Colors of #6015ad

#6015ad #ad6015 #15ad60

Analogous Colors of #6015ad

#6015ad #ac15ad #1516ad

Monochromatic Colors of #6015ad

#6015ad

Complementary Color

#6015ad #62ad15

#6015ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6015ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6015ad Color CSS Codes

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

#6015ad Text Font Color

<p style="color:#6015ad">Text here</p>

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


#6015ad Background Color

<div style="background-color:#6015ad">
Div content here</div>

This div background color is #6015ad


#6015ad Border Color

<div style="border:3px solid #6015ad">
Div here</div>

This div border color is #6015ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,21,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6015ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6015ad;
  -webkit-box-shadow: 1px 1px 3px 2px #6015ad;
  box-shadow:         1px 1px 3px 2px #6015ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6015ad


Comments

No comments written yet.

Please login to write comment.