Color Hex Logo

#601fff Color Hex

#601FFF
(96,31,255)
0 Favorites   0 Comments

Color spaces of #601fff

RGB 9631255
HSL0.721.000.56
HSV257°88°100°
CMYK 0.620.880.00   0.00
XYZ23.363910.686895.4391
Yxy10.68680.18040.0825
Hunter Lab32.690770.3646-150.2113
CIE-Lab39.047975.9371-96.4943

#601fff color RGB value is (96,31,255).

#601fff hex color red value is 96, green value is 31 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #601fff hue: 0.72 , saturation: 1.00 and the lightness value of 601fff is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011111 11111111
Octal 140 37 377
Decimal 96 31 255
Hex 60 1F FF

RGB Percentages of Color #601fff

%25.13
%8.12
%66.75

CMYK Percentages of Color #601fff

%62
%88
%0
%0

Triadic Colors of #601fff

#601fff #ff601f #1fff60

Analogous Colors of #601fff

#601fff #d01fff #1f4eff

Monochromatic Colors of #601fff

#601fff

Complementary Color

#601fff #beff1f

#601fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#601fff Color CSS Codes

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

#601fff Text Font Color

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

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


#601fff Background Color

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

This div background color is #601fff


#601fff Border Color

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

This div border color is #601fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601fff


Comments

No comments written yet.

Please login to write comment.