Color Hex Logo

#600cfe Color Hex

#600CFE
(96,12,254)
0 Favorites   0 Comments

Color spaces of #600cfe

RGB 9612254
HSL0.720.990.52
HSV261°95°100°
CMYK 0.620.950.00   0.00
XYZ22.84479.905594.4738
Yxy9.90550.17960.0779
Hunter Lab31.473074.4866-155.9421
CIE-Lab37.672379.5288-98.2185

#600cfe color RGB value is (96,12,254).

#600cfe hex color red value is 96, green value is 12 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #600cfe hue: 0.72 , saturation: 0.99 and the lightness value of 600cfe is 0.52.

The process color (four color CMYK) of #600cfe color hex is 0.62, 0.95, 0.00, 0.00. Web safe color of #600cfe is #6600ff. Color #600cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00001100 11111110
Octal 140 14 376
Decimal 96 12 254
Hex 60 C FE

RGB Percentages of Color #600cfe

%26.52
%3.31
%70.17

CMYK Percentages of Color #600cfe

%62
%95
%0
%0

Triadic Colors of #600cfe

#600cfe #fe600c #0cfe60

Analogous Colors of #600cfe

#600cfe #d90cfe #0c31fe

Monochromatic Colors of #600cfe

#600cfe

Complementary Color

#600cfe #aafe0c

#600cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#600cfe Color CSS Codes

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

#600cfe Text Font Color

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

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


#600cfe Background Color

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

This div background color is #600cfe


#600cfe Border Color

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

This div border color is #600cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600cfe


Comments

No comments written yet.

Please login to write comment.