Color Hex Logo

#6000ed Color Hex

#6000ED
(96,0,237)
0 Favorites   0 Comments

Color spaces of #6000ed

RGB 960237
HSL0.731.000.46
HSV264°100°93°
CMYK 0.591.000.00   0.07
XYZ20.10998.601280.7211
Yxy8.60120.18380.0786
Hunter Lab29.327871.0727-142.6588
CIE-Lab35.204877.2284-92.7271

#6000ed color RGB value is (96,0,237).

#6000ed hex color red value is 96, green value is 0 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #6000ed hue: 0.73 , saturation: 1.00 and the lightness value of 6000ed is 0.46.

The process color (four color CMYK) of #6000ed color hex is 0.59, 1.00, 0.00, 0.07. Web safe color of #6000ed is #6600ff. Color #6000ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00000000 11101101
Octal 140 0 355
Decimal 96 0 237
Hex 60 0 ED

RGB Percentages of Color #6000ed

%28.83
%0.00
%71.17

CMYK Percentages of Color #6000ed

%59
%100
%0
%7

Triadic Colors of #6000ed

#6000ed #ed6000 #00ed60

Analogous Colors of #6000ed

#6000ed #d700ed #0017ed

Monochromatic Colors of #6000ed

#6000ed

Complementary Color

#6000ed #8ded00

#6000ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6000ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6000ed Color CSS Codes

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

#6000ed Text Font Color

<p style="color:#6000ed">Text here</p>

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


#6000ed Background Color

<div style="background-color:#6000ed">
Div content here</div>

This div background color is #6000ed


#6000ed Border Color

<div style="border:3px solid #6000ed">
Div here</div>

This div border color is #6000ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,0,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6000ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6000ed;
  -webkit-box-shadow: 1px 1px 3px 2px #6000ed;
  box-shadow:         1px 1px 3px 2px #6000ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6000ed


Comments

No comments written yet.

Please login to write comment.