Color Hex Logo

#601acf Color Hex

#601ACF
(96,26,207)
0 Favorites   0 Comments

Color spaces of #601acf

RGB 9626207
HSL0.730.780.46
HSV263°87°81°
CMYK 0.540.870.00   0.19
XYZ16.45577.730659.6563
Yxy7.73060.19630.0922
Hunter Lab27.804056.9878-107.7501
CIE-Lab33.415465.6763-78.4558

#601acf color RGB value is (96,26,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011010 11001111
Octal 140 32 317
Decimal 96 26 207
Hex 60 1A CF

RGB Percentages of Color #601acf

%29.18
%7.90
%62.92

CMYK Percentages of Color #601acf

%54
%87
%0
%19

Triadic Colors of #601acf

#601acf #cf601a #1acf60

Analogous Colors of #601acf

#601acf #bb1acf #1a2ecf

Monochromatic Colors of #601acf

#601acf

Complementary Color

#601acf #89cf1a

#601acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#601acf Color CSS Codes

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

#601acf Text Font Color

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

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


#601acf Background Color

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

This div background color is #601acf


#601acf Border Color

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

This div border color is #601acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601acf


Comments

No comments written yet.

Please login to write comment.