Color Hex Logo

#6001ec Color Hex

#6001EC
(96,1,236)
0 Favorites   0 Comments

Color spaces of #6001ec

RGB 961236
HSL0.730.990.46
HSV264°100°93°
CMYK 0.591.000.00   0.07
XYZ19.97508.564679.9572
Yxy8.56460.18410.0789
Hunter Lab29.265370.6205-141.5032
CIE-Lab35.132176.8742-92.2797

#6001ec color RGB value is (96,1,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00000001 11101100
Octal 140 1 354
Decimal 96 1 236
Hex 60 1 EC

RGB Percentages of Color #6001ec

%28.83
%0.30
%70.87

CMYK Percentages of Color #6001ec

%59
%100
%0
%7

Triadic Colors of #6001ec

#6001ec #ec6001 #01ec60

Analogous Colors of #6001ec

#6001ec #d601ec #0118ec

Monochromatic Colors of #6001ec

#6001ec

Complementary Color

#6001ec #8dec01

#6001ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6001ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6001ec Color CSS Codes

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

#6001ec Text Font Color

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

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


#6001ec Background Color

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

This div background color is #6001ec


#6001ec Border Color

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

This div border color is #6001ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6001ec


Comments

No comments written yet.

Please login to write comment.