Color Hex Logo

#601ffa Color Hex

#601FFA
(96,31,250)
0 Favorites   0 Comments

Color spaces of #601ffa

RGB 9631250
HSL0.720.960.55
HSV258°88°98°
CMYK 0.620.880.00   0.02
XYZ22.569210.368991.2543
Yxy10.36890.18170.0835
Hunter Lab32.200868.7575-145.4823
CIE-Lab38.496574.7213-94.6055

#601ffa color RGB value is (96,31,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011111 11111010
Octal 140 37 372
Decimal 96 31 250
Hex 60 1F FA

RGB Percentages of Color #601ffa

%25.46
%8.22
%66.31

CMYK Percentages of Color #601ffa

%62
%88
%0
%2

Triadic Colors of #601ffa

#601ffa #fa601f #1ffa60

Analogous Colors of #601ffa

#601ffa #ce1ffa #1f4cfa

Monochromatic Colors of #601ffa

#601ffa

Complementary Color

#601ffa #b9fa1f

#601ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#601ffa Color CSS Codes

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

#601ffa Text Font Color

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

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


#601ffa Background Color

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

This div background color is #601ffa


#601ffa Border Color

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

This div border color is #601ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601ffa


Comments

No comments written yet.

Please login to write comment.