Color Hex Logo

#601ace Color Hex

#601ACE
(96,26,206)
0 Favorites   0 Comments

Color spaces of #601ace

RGB 9626206
HSL0.730.780.45
HSV263°87°81°
CMYK 0.530.870.00   0.19
XYZ16.33387.681859.0144
Yxy7.68180.19670.0925
Hunter Lab27.716156.6916-106.8419
CIE-Lab33.311265.4356-78.0464

#601ace color RGB value is (96,26,206).

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

The process color (four color CMYK) of #601ace color hex is 0.53, 0.87, 0.00, 0.19. Web safe color of #601ace is #6633cc. Color #601ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011010 11001110
Octal 140 32 316
Decimal 96 26 206
Hex 60 1A CE

RGB Percentages of Color #601ace

%29.27
%7.93
%62.80

CMYK Percentages of Color #601ace

%53
%87
%0
%19

Triadic Colors of #601ace

#601ace #ce601a #1ace60

Analogous Colors of #601ace

#601ace #ba1ace #1a2ece

Monochromatic Colors of #601ace

#601ace

Complementary Color

#601ace #88ce1a

#601ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#601ace Color CSS Codes

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

#601ace Text Font Color

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

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


#601ace Background Color

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

This div background color is #601ace


#601ace Border Color

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

This div border color is #601ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601ace


Comments

No comments written yet.

Please login to write comment.