Color Hex Logo

#6001ed Color Hex

#6001ED
(96,1,237)
0 Favorites   0 Comments

Color spaces of #6001ed

RGB 961237
HSL0.730.990.47
HSV264°100°93°
CMYK 0.591.000.00   0.07
XYZ20.12088.622980.7247
Yxy8.62290.18380.0788
Hunter Lab29.364870.9202-142.4348
CIE-Lab35.247977.0967-92.6556

#6001ed color RGB value is (96,1,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00000001 11101101
Octal 140 1 355
Decimal 96 1 237
Hex 60 1 ED

RGB Percentages of Color #6001ed

%28.74
%0.30
%70.96

CMYK Percentages of Color #6001ed

%59
%100
%0
%7

Triadic Colors of #6001ed

#6001ed #ed6001 #01ed60

Analogous Colors of #6001ed

#6001ed #d601ed #0118ed

Monochromatic Colors of #6001ed

#6001ed

Complementary Color

#6001ed #8eed01

#6001ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6001ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6001ed Color CSS Codes

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

#6001ed Text Font Color

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

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


#6001ed Background Color

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

This div background color is #6001ed


#6001ed Border Color

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

This div border color is #6001ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6001ed


Comments

No comments written yet.

Please login to write comment.