Color Hex Logo

#601ad4 Color Hex

#601AD4
(96,26,212)
0 Favorites   0 Comments

Color spaces of #601ad4

RGB 9626212
HSL0.730.780.47
HSV263°88°83°
CMYK 0.550.880.00   0.17
XYZ17.07697.979162.9274
Yxy7.97910.19410.0907
Hunter Lab28.247358.4794-112.3091
CIE-Lab33.939366.8814-80.4907

#601ad4 color RGB value is (96,26,212).

#601ad4 hex color red value is 96, green value is 26 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #601ad4 hue: 0.73 , saturation: 0.78 and the lightness value of 601ad4 is 0.47.

The process color (four color CMYK) of #601ad4 color hex is 0.55, 0.88, 0.00, 0.17. Web safe color of #601ad4 is #6633cc. Color #601ad4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011010 11010100
Octal 140 32 324
Decimal 96 26 212
Hex 60 1A D4

RGB Percentages of Color #601ad4

%28.74
%7.78
%63.47

CMYK Percentages of Color #601ad4

%55
%88
%0
%17

Triadic Colors of #601ad4

#601ad4 #d4601a #1ad460

Analogous Colors of #601ad4

#601ad4 #bd1ad4 #1a31d4

Monochromatic Colors of #601ad4

#601ad4

Complementary Color

#601ad4 #8ed41a

#601ad4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601ad4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#601ad4 Color CSS Codes

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

#601ad4 Text Font Color

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

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


#601ad4 Background Color

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

This div background color is #601ad4


#601ad4 Border Color

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

This div border color is #601ad4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601ad4


Comments

No comments written yet.

Please login to write comment.