Color Hex Logo

#600cda Color Hex

#600CDA
(96,12,218)
0 Favorites   0 Comments

Color spaces of #600cda

RGB 9612218
HSL0.730.900.45
HSV264°94°85°
CMYK 0.560.940.00   0.15
XYZ17.61027.811766.9093
Yxy7.81170.19070.0846
Hunter Lab27.949463.5567-122.3723
CIE-Lab33.587671.3043-84.5393

#600cda color RGB value is (96,12,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00001100 11011010
Octal 140 14 332
Decimal 96 12 218
Hex 60 C DA

RGB Percentages of Color #600cda

%29.45
%3.68
%66.87

CMYK Percentages of Color #600cda

%56
%94
%0
%15

Triadic Colors of #600cda

#600cda #da600c #0cda60

Analogous Colors of #600cda

#600cda #c70cda #0c1fda

Monochromatic Colors of #600cda

#600cda

Complementary Color

#600cda #86da0c

#600cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#600cda Color CSS Codes

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

#600cda Text Font Color

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

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


#600cda Background Color

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

This div background color is #600cda


#600cda Border Color

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

This div border color is #600cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600cda


Comments

No comments written yet.

Please login to write comment.