Color Hex Logo

#601cee Color Hex

#601CEE
(96,28,238)
0 Favorites   0 Comments

Color spaces of #601cee

RGB 9628238
HSL0.720.860.52
HSV259°88°93°
CMYK 0.600.880.00   0.07
XYZ20.67179.490481.6312
Yxy9.49040.18490.0849
Hunter Lab30.806565.8653-135.5424
CIE-Lab36.911872.6196-90.4617

#601cee color RGB value is (96,28,238).

#601cee hex color red value is 96, green value is 28 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #601cee hue: 0.72 , saturation: 0.86 and the lightness value of 601cee is 0.52.

The process color (four color CMYK) of #601cee color hex is 0.60, 0.88, 0.00, 0.07. Web safe color of #601cee is #6633ff. Color #601cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011100 11101110
Octal 140 34 356
Decimal 96 28 238
Hex 60 1C EE

RGB Percentages of Color #601cee

%26.52
%7.73
%65.75

CMYK Percentages of Color #601cee

%60
%88
%0
%7

Triadic Colors of #601cee

#601cee #ee601c #1cee60

Analogous Colors of #601cee

#601cee #c91cee #1c41ee

Monochromatic Colors of #601cee

#601cee

Complementary Color

#601cee #aaee1c

#601cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#601cee Color CSS Codes

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

#601cee Text Font Color

<p style="color:#601cee">Text here</p>

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


#601cee Background Color

<div style="background-color:#601cee">
Div content here</div>

This div background color is #601cee


#601cee Border Color

<div style="border:3px solid #601cee">
Div here</div>

This div border color is #601cee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,28,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #601cee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #601cee;
  -webkit-box-shadow: 1px 1px 3px 2px #601cee;
  box-shadow:         1px 1px 3px 2px #601cee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601cee


Comments

No comments written yet.

Please login to write comment.