Color Hex Logo

#600abe Color Hex

#600ABE
(96,10,190)
0 Favorites   0 Comments

Color spaces of #600abe

RGB 9610190
HSL0.750.900.39
HSV269°95°75°
CMYK 0.490.950.00   0.25
XYZ14.22676.421649.2049
Yxy6.42160.20370.0919
Hunter Lab25.340955.8657-97.3860
CIE-Lab30.452165.2512-73.3881

#600abe color RGB value is (96,10,190).

#600abe hex color red value is 96, green value is 10 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #600abe hue: 0.75 , saturation: 0.90 and the lightness value of 600abe is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00001010 10111110
Octal 140 12 276
Decimal 96 10 190
Hex 60 A BE

RGB Percentages of Color #600abe

%32.43
%3.38
%64.19

CMYK Percentages of Color #600abe

%49
%95
%0
%25

Triadic Colors of #600abe

#600abe #be600a #0abe60

Analogous Colors of #600abe

#600abe #ba0abe #0a0ebe

Monochromatic Colors of #600abe

#600abe

Complementary Color

#600abe #68be0a

#600abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#600abe Color CSS Codes

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

#600abe Text Font Color

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

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


#600abe Background Color

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

This div background color is #600abe


#600abe Border Color

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

This div border color is #600abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600abe


Comments

No comments written yet.

Please login to write comment.