Color Hex Logo

#600beb Color Hex

#600BEB
(96,11,235)
0 Favorites   0 Comments

Color spaces of #600beb

RGB 9611235
HSL0.730.910.48
HSV263°95°92°
CMYK 0.590.950.00   0.08
XYZ19.93898.724379.2303
Yxy8.72430.18480.0809
Hunter Lab29.536968.8068-138.3646
CIE-Lab35.448075.3335-91.1866

#600beb color RGB value is (96,11,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00001011 11101011
Octal 140 13 353
Decimal 96 11 235
Hex 60 B EB

RGB Percentages of Color #600beb

%28.07
%3.22
%68.71

CMYK Percentages of Color #600beb

%59
%95
%0
%8

Triadic Colors of #600beb

#600beb #eb600b #0beb60

Analogous Colors of #600beb

#600beb #d00beb #0b26eb

Monochromatic Colors of #600beb

#600beb

Complementary Color

#600beb #96eb0b

#600beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#600beb Color CSS Codes

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

#600beb Text Font Color

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

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


#600beb Background Color

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

This div background color is #600beb


#600beb Border Color

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

This div border color is #600beb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,11,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 #600beb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600beb


Comments

No comments written yet.

Please login to write comment.