Color Hex Logo

#6004db Color Hex

#6004DB
(96,4,219)
0 Favorites   0 Comments

Color spaces of #6004db

RGB 964219
HSL0.740.960.44
HSV266°98°86°
CMYK 0.560.980.00   0.14
XYZ17.65357.688167.5713
Yxy7.68810.19000.0827
Hunter Lab27.727465.1244-125.0796
CIE-Lab33.324772.6711-85.5516

#6004db color RGB value is (96,4,219).

#6004db hex color red value is 96, green value is 4 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6004db hue: 0.74 , saturation: 0.96 and the lightness value of 6004db is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00000100 11011011
Octal 140 4 333
Decimal 96 4 219
Hex 60 4 DB

RGB Percentages of Color #6004db

%30.09
%1.25
%68.65

CMYK Percentages of Color #6004db

%56
%98
%0
%14

Triadic Colors of #6004db

#6004db #db6004 #04db60

Analogous Colors of #6004db

#6004db #cc04db #0414db

Monochromatic Colors of #6004db

#6004db

Complementary Color

#6004db #7fdb04

#6004db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6004db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6004db Color CSS Codes

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

#6004db Text Font Color

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

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


#6004db Background Color

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

This div background color is #6004db


#6004db Border Color

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

This div border color is #6004db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6004db


Comments

No comments written yet.

Please login to write comment.