Color Hex Logo

#6015af Color Hex

#6015AF
(96,21,175)
0 Favorites   0 Comments

Color spaces of #6015af

RGB 9621175
HSL0.750.790.38
HSV269°88°69°
CMYK 0.450.880.00   0.31
XYZ12.82996.118341.0622
Yxy6.11830.21380.1020
Hunter Lab24.735249.2996-81.1110
CIE-Lab29.709059.4653-65.6879

#6015af color RGB value is (96,21,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00010101 10101111
Octal 140 25 257
Decimal 96 21 175
Hex 60 15 AF

RGB Percentages of Color #6015af

%32.88
%7.19
%59.93

CMYK Percentages of Color #6015af

%45
%88
%0
%31

Triadic Colors of #6015af

#6015af #af6015 #15af60

Analogous Colors of #6015af

#6015af #ad15af #1517af

Monochromatic Colors of #6015af

#6015af

Complementary Color

#6015af #64af15

#6015af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6015af Color Preview on White Background

Lorem ipsum dolor sit amet.

#6015af Color CSS Codes

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

#6015af Text Font Color

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

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


#6015af Background Color

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

This div background color is #6015af


#6015af Border Color

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

This div border color is #6015af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6015af


Comments

No comments written yet.

Please login to write comment.