Color Hex Logo

#6017dc Color Hex

#6017DC
(96,23,220)
0 Favorites   0 Comments

Color spaces of #6017dc

RGB 9623220
HSL0.730.810.48
HSV262°90°86°
CMYK 0.560.900.00   0.14
XYZ18.04858.266968.3546
Yxy8.26690.19060.0873
Hunter Lab28.752261.7326-120.8276
CIE-Lab34.532769.5763-84.1255

#6017dc color RGB value is (96,23,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00010111 11011100
Octal 140 27 334
Decimal 96 23 220
Hex 60 17 DC

RGB Percentages of Color #6017dc

%28.32
%6.78
%64.90

CMYK Percentages of Color #6017dc

%56
%90
%0
%14

Triadic Colors of #6017dc

#6017dc #dc6017 #17dc60

Analogous Colors of #6017dc

#6017dc #c317dc #1730dc

Monochromatic Colors of #6017dc

#6017dc

Complementary Color

#6017dc #93dc17

#6017dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6017dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6017dc Color CSS Codes

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

#6017dc Text Font Color

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

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


#6017dc Background Color

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

This div background color is #6017dc


#6017dc Border Color

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

This div border color is #6017dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6017dc


Comments

No comments written yet.

Please login to write comment.