Color Hex Logo

#600bce Color Hex

#600BCE
(96,11,206)
0 Favorites   0 Comments

Color spaces of #600bce

RGB 9611206
HSL0.740.900.43
HSV266°95°81°
CMYK 0.530.950.00   0.19
XYZ16.08417.182458.9311
Yxy7.18240.19570.0874
Hunter Lab26.800060.2273-111.6141
CIE-Lab32.218668.7213-79.8534

#600bce color RGB value is (96,11,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00001011 11001110
Octal 140 13 316
Decimal 96 11 206
Hex 60 B CE

RGB Percentages of Color #600bce

%30.67
%3.51
%65.81

CMYK Percentages of Color #600bce

%53
%95
%0
%19

Triadic Colors of #600bce

#600bce #ce600b #0bce60

Analogous Colors of #600bce

#600bce #c20bce #0b17ce

Monochromatic Colors of #600bce

#600bce

Complementary Color

#600bce #79ce0b

#600bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#600bce Color CSS Codes

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

#600bce Text Font Color

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

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


#600bce Background Color

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

This div background color is #600bce


#600bce Border Color

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

This div border color is #600bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600bce


Comments

No comments written yet.

Please login to write comment.