Color Hex Logo

#600cdb Color Hex

#600CDB
(96,12,219)
0 Favorites   0 Comments

Color spaces of #600cdb

RGB 9612219
HSL0.730.900.45
HSV264°95°86°
CMYK 0.560.950.00   0.14
XYZ17.74157.864267.6007
Yxy7.86420.19030.0844
Hunter Lab28.043263.8523-123.2938
CIE-Lab33.698471.5333-84.9319

#600cdb color RGB value is (96,12,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00001100 11011011
Octal 140 14 333
Decimal 96 12 219
Hex 60 C DB

RGB Percentages of Color #600cdb

%29.36
%3.67
%66.97

CMYK Percentages of Color #600cdb

%56
%95
%0
%14

Triadic Colors of #600cdb

#600cdb #db600c #0cdb60

Analogous Colors of #600cdb

#600cdb #c80cdb #0c20db

Monochromatic Colors of #600cdb

#600cdb

Complementary Color

#600cdb #87db0c

#600cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#600cdb Color CSS Codes

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

#600cdb Text Font Color

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

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


#600cdb Background Color

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

This div background color is #600cdb


#600cdb Border Color

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

This div border color is #600cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600cdb


Comments

No comments written yet.

Please login to write comment.