Color Hex Logo

#6015db Color Hex

#6015DB
(96,21,219)
0 Favorites   0 Comments

Color spaces of #6015db

RGB 9621219
HSL0.730.830.47
HSV263°90°86°
CMYK 0.560.900.00   0.14
XYZ17.87828.137667.6463
Yxy8.13760.19090.0869
Hunter Lab28.526561.9487-120.6289
CIE-Lab34.267869.8111-83.9885

#6015db color RGB value is (96,21,219).

#6015db hex color red value is 96, green value is 21 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6015db hue: 0.73 , saturation: 0.83 and the lightness value of 6015db is 0.47.

The process color (four color CMYK) of #6015db color hex is 0.56, 0.90, 0.00, 0.14. Web safe color of #6015db is #6600cc. Color #6015db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00010101 11011011
Octal 140 25 333
Decimal 96 21 219
Hex 60 15 DB

RGB Percentages of Color #6015db

%28.57
%6.25
%65.18

CMYK Percentages of Color #6015db

%56
%90
%0
%14

Triadic Colors of #6015db

#6015db #db6015 #15db60

Analogous Colors of #6015db

#6015db #c315db #152ddb

Monochromatic Colors of #6015db

#6015db

Complementary Color

#6015db #90db15

#6015db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6015db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6015db Color CSS Codes

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

#6015db Text Font Color

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

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


#6015db Background Color

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

This div background color is #6015db


#6015db Border Color

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

This div border color is #6015db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6015db


Comments

No comments written yet.

Please login to write comment.