Color Hex Logo

#601aee Color Hex

#601AEE
(96,26,238)
0 Favorites   0 Comments

Color spaces of #601aee

RGB 9626238
HSL0.720.860.52
HSV260°89°93°
CMYK 0.600.890.00   0.07
XYZ20.62599.398681.6159
Yxy9.39860.18480.0842
Hunter Lab30.657166.4435-136.3828
CIE-Lab36.740773.1351-90.7455

#601aee color RGB value is (96,26,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011010 11101110
Octal 140 32 356
Decimal 96 26 238
Hex 60 1A EE

RGB Percentages of Color #601aee

%26.67
%7.22
%66.11

CMYK Percentages of Color #601aee

%60
%89
%0
%7

Triadic Colors of #601aee

#601aee #ee601a #1aee60

Analogous Colors of #601aee

#601aee #ca1aee #1a3eee

Monochromatic Colors of #601aee

#601aee

Complementary Color

#601aee #a8ee1a

#601aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#601aee Color CSS Codes

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

#601aee Text Font Color

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

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


#601aee Background Color

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

This div background color is #601aee


#601aee Border Color

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

This div border color is #601aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601aee


Comments

No comments written yet.

Please login to write comment.