Color Hex Logo

#601ffb Color Hex

#601FFB
(96,31,251)
0 Favorites   0 Comments

Color spaces of #601ffb

RGB 9631251
HSL0.720.960.55
HSV258°88°98°
CMYK 0.620.880.00   0.02
XYZ22.726410.431892.0825
Yxy10.43180.18150.0833
Hunter Lab32.298369.0779-146.4271
CIE-Lab38.606574.9645-94.9846

#601ffb color RGB value is (96,31,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011111 11111011
Octal 140 37 373
Decimal 96 31 251
Hex 60 1F FB

RGB Percentages of Color #601ffb

%25.40
%8.20
%66.40

CMYK Percentages of Color #601ffb

%62
%88
%0
%2

Triadic Colors of #601ffb

#601ffb #fb601f #1ffb60

Analogous Colors of #601ffb

#601ffb #ce1ffb #1f4cfb

Monochromatic Colors of #601ffb

#601ffb

Complementary Color

#601ffb #bafb1f

#601ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#601ffb Color CSS Codes

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

#601ffb Text Font Color

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

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


#601ffb Background Color

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

This div background color is #601ffb


#601ffb Border Color

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

This div border color is #601ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.