Color Hex Logo

#600ceb Color Hex

#600CEB
(96,12,235)
0 Favorites   0 Comments

Color spaces of #600ceb

RGB 9612235
HSL0.730.900.48
HSV263°95°92°
CMYK 0.590.950.00   0.08
XYZ19.95078.747979.2343
Yxy8.74790.18480.0810
Hunter Lab29.576868.6455-138.1299
CIE-Lab35.494375.1923-91.1098

#600ceb color RGB value is (96,12,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00001100 11101011
Octal 140 14 353
Decimal 96 12 235
Hex 60 C EB

RGB Percentages of Color #600ceb

%27.99
%3.50
%68.51

CMYK Percentages of Color #600ceb

%59
%95
%0
%8

Triadic Colors of #600ceb

#600ceb #eb600c #0ceb60

Analogous Colors of #600ceb

#600ceb #d00ceb #0c27eb

Monochromatic Colors of #600ceb

#600ceb

Complementary Color

#600ceb #97eb0c

#600ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#600ceb Color CSS Codes

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

#600ceb Text Font Color

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

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


#600ceb Background Color

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

This div background color is #600ceb


#600ceb Border Color

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

This div border color is #600ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600ceb


Comments

No comments written yet.

Please login to write comment.