Color Hex Logo

#601bff Color Hex

#601BFF
(96,27,255)
0 Favorites   0 Comments

Color spaces of #601bff

RGB 9627255
HSL0.721.000.55
HSV258°89°100°
CMYK 0.620.890.00   0.00
XYZ23.265810.490795.4064
Yxy10.49070.18010.0812
Hunter Lab32.389471.5381-151.9727
CIE-Lab38.709176.9584-97.0566

#601bff color RGB value is (96,27,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011011 11111111
Octal 140 33 377
Decimal 96 27 255
Hex 60 1B FF

RGB Percentages of Color #601bff

%25.40
%7.14
%67.46

CMYK Percentages of Color #601bff

%62
%89
%0
%0

Triadic Colors of #601bff

#601bff #ff601b #1bff60

Analogous Colors of #601bff

#601bff #d21bff #1b48ff

Monochromatic Colors of #601bff

#601bff

Complementary Color

#601bff #baff1b

#601bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#601bff Color CSS Codes

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

#601bff Text Font Color

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

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


#601bff Background Color

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

This div background color is #601bff


#601bff Border Color

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

This div border color is #601bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601bff

Related Colors


Comments

No comments written yet.

Please login to write comment.