Color Hex Logo

#600ddf Color Hex

#600DDF
(96,13,223)
0 Favorites   0 Comments

Color spaces of #600ddf

RGB 9613223
HSL0.730.890.46
HSV264°94°87°
CMYK 0.570.940.00   0.13
XYZ18.28718.102470.4121
Yxy8.10240.18890.0837
Hunter Lab28.464764.8637-126.7382
CIE-Lab34.195272.2916-86.4085

#600ddf color RGB value is (96,13,223).

#600ddf hex color red value is 96, green value is 13 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #600ddf hue: 0.73 , saturation: 0.89 and the lightness value of 600ddf is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00001101 11011111
Octal 140 15 337
Decimal 96 13 223
Hex 60 D DF

RGB Percentages of Color #600ddf

%28.92
%3.92
%67.17

CMYK Percentages of Color #600ddf

%57
%94
%0
%13

Triadic Colors of #600ddf

#600ddf #df600d #0ddf60

Analogous Colors of #600ddf

#600ddf #c90ddf #0d23df

Monochromatic Colors of #600ddf

#600ddf

Complementary Color

#600ddf #8cdf0d

#600ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#600ddf Color CSS Codes

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

#600ddf Text Font Color

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

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


#600ddf Background Color

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

This div background color is #600ddf


#600ddf Border Color

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

This div border color is #600ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600ddf


Comments

No comments written yet.

Please login to write comment.