Color Hex Logo

#600ade Color Hex

#600ADE
(96,10,222)
0 Favorites   0 Comments

Color spaces of #600ade

RGB 9610222
HSL0.730.910.45
HSV264°95°87°
CMYK 0.570.950.00   0.13
XYZ18.11727.977869.6922
Yxy7.97780.18910.0833
Hunter Lab28.245065.0666-126.5217
CIE-Lab33.936672.5097-86.2630

#600ade color RGB value is (96,10,222).

#600ade hex color red value is 96, green value is 10 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #600ade hue: 0.73 , saturation: 0.91 and the lightness value of 600ade is 0.45.

The process color (four color CMYK) of #600ade color hex is 0.57, 0.95, 0.00, 0.13. Web safe color of #600ade is #6600cc. Color #600ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00001010 11011110
Octal 140 12 336
Decimal 96 10 222
Hex 60 A DE

RGB Percentages of Color #600ade

%29.27
%3.05
%67.68

CMYK Percentages of Color #600ade

%57
%95
%0
%13

Triadic Colors of #600ade

#600ade #de600a #0ade60

Analogous Colors of #600ade

#600ade #ca0ade #0a1ede

Monochromatic Colors of #600ade

#600ade

Complementary Color

#600ade #88de0a

#600ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#600ade Color CSS Codes

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

#600ade Text Font Color

<p style="color:#600ade">Text here</p>

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


#600ade Background Color

<div style="background-color:#600ade">
Div content here</div>

This div background color is #600ade


#600ade Border Color

<div style="border:3px solid #600ade">
Div here</div>

This div border color is #600ade


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,10,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #600ade; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #600ade;
  -webkit-box-shadow: 1px 1px 3px 2px #600ade;
  box-shadow:         1px 1px 3px 2px #600ade; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600ade


Comments

No comments written yet.

Please login to write comment.