Color Hex Logo

#600ccf Color Hex

#600CCF
(96,12,207)
0 Favorites   0 Comments

Color spaces of #600ccf

RGB 9612207
HSL0.740.890.43
HSV266°94°81°
CMYK 0.540.940.00   0.19
XYZ16.21787.254759.5770
Yxy7.25470.19530.0874
Hunter Lab26.934660.3427-112.2904
CIE-Lab32.379868.7904-80.1687

#600ccf color RGB value is (96,12,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00001100 11001111
Octal 140 14 317
Decimal 96 12 207
Hex 60 C CF

RGB Percentages of Color #600ccf

%30.48
%3.81
%65.71

CMYK Percentages of Color #600ccf

%54
%94
%0
%19

Triadic Colors of #600ccf

#600ccf #cf600c #0ccf60

Analogous Colors of #600ccf

#600ccf #c20ccf #0c1acf

Monochromatic Colors of #600ccf

#600ccf

Complementary Color

#600ccf #7bcf0c

#600ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#600ccf Color CSS Codes

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

#600ccf Text Font Color

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

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


#600ccf Background Color

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

This div background color is #600ccf


#600ccf Border Color

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

This div border color is #600ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600ccf


Comments

No comments written yet.

Please login to write comment.