Color Hex Logo

#600dcd Color Hex

#600DCD
(96,13,205)
0 Favorites   0 Comments

Color spaces of #600dcd

RGB 9613205
HSL0.740.880.43
HSV266°94°80°
CMYK 0.530.940.00   0.20
XYZ15.98727.182458.3013
Yxy7.18240.19620.0882
Hunter Lab26.800059.5819-110.2207
CIE-Lab32.218668.1648-79.2707

#600dcd color RGB value is (96,13,205).

#600dcd hex color red value is 96, green value is 13 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #600dcd hue: 0.74 , saturation: 0.88 and the lightness value of 600dcd is 0.43.

The process color (four color CMYK) of #600dcd color hex is 0.53, 0.94, 0.00, 0.20. Web safe color of #600dcd is #6600cc. Color #600dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00001101 11001101
Octal 140 15 315
Decimal 96 13 205
Hex 60 D CD

RGB Percentages of Color #600dcd

%30.57
%4.14
%65.29

CMYK Percentages of Color #600dcd

%53
%94
%0
%20

Triadic Colors of #600dcd

#600dcd #cd600d #0dcd60

Analogous Colors of #600dcd

#600dcd #c00dcd #0d1acd

Monochromatic Colors of #600dcd

#600dcd

Complementary Color

#600dcd #7acd0d

#600dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#600dcd Color CSS Codes

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

#600dcd Text Font Color

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

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


#600dcd Background Color

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

This div background color is #600dcd


#600dcd Border Color

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

This div border color is #600dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600dcd


Comments

No comments written yet.

Please login to write comment.