Color Hex Logo

#6415db Color Hex

#6415DB
(100,21,219)
0 Favorites   0 Comments

Color spaces of #6415db

RGB 10021219
HSL0.730.830.47
HSV264°90°86°
CMYK 0.540.900.00   0.14
XYZ18.30998.360167.6665
Yxy8.36010.19410.0886
Hunter Lab28.913862.4372-118.5156
CIE-Lab34.721970.1416-83.2227

#6415db color RGB value is (100,21,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 00010101 11011011
Octal 144 25 333
Decimal 100 21 219
Hex 64 15 DB

RGB Percentages of Color #6415db

%29.41
%6.18
%64.41

CMYK Percentages of Color #6415db

%54
%90
%0
%14

Triadic Colors of #6415db

#6415db #db6415 #15db64

Analogous Colors of #6415db

#6415db #c715db #1529db

Monochromatic Colors of #6415db

#6415db

Complementary Color

#6415db #8cdb15

#6415db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6415db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6415db Color CSS Codes

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

#6415db Text Font Color

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

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


#6415db Background Color

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

This div background color is #6415db


#6415db Border Color

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

This div border color is #6415db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,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 #6415db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6415db


Comments

No comments written yet.

Please login to write comment.