Color Hex Logo

#6015dc Color Hex

#6015DC
(96,21,220)
0 Favorites   0 Comments

Color spaces of #6015dc

RGB 9621220
HSL0.730.830.47
HSV263°90°86°
CMYK 0.560.900.00   0.14
XYZ18.01038.190468.3418
Yxy8.19040.19050.0866
Hunter Lab28.618962.2498-121.5512
CIE-Lab34.376370.0473-84.3844

#6015dc color RGB value is (96,21,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00010101 11011100
Octal 140 25 334
Decimal 96 21 220
Hex 60 15 DC

RGB Percentages of Color #6015dc

%28.49
%6.23
%65.28

CMYK Percentages of Color #6015dc

%56
%90
%0
%14

Triadic Colors of #6015dc

#6015dc #dc6015 #15dc60

Analogous Colors of #6015dc

#6015dc #c415dc #152ddc

Monochromatic Colors of #6015dc

#6015dc

Complementary Color

#6015dc #91dc15

#6015dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6015dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6015dc Color CSS Codes

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

#6015dc Text Font Color

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

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


#6015dc Background Color

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

This div background color is #6015dc


#6015dc Border Color

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

This div border color is #6015dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6015dc


Comments

No comments written yet.

Please login to write comment.