Color Hex Logo

#601fdf Color Hex

#601FDF
(96,31,223)
0 Favorites   0 Comments

Color spaces of #601fdf

RGB 9631223
HSL0.720.760.50
HSV260°86°87°
CMYK 0.570.860.00   0.13
XYZ18.63318.794570.5275
Yxy8.79450.19020.0898
Hunter Lab29.655560.2576-120.2461
CIE-Lab35.585668.1078-84.1058

#601fdf color RGB value is (96,31,223).

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

The process color (four color CMYK) of #601fdf color hex is 0.57, 0.86, 0.00, 0.13. Web safe color of #601fdf is #6633cc. Color #601fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011111 11011111
Octal 140 37 337
Decimal 96 31 223
Hex 60 1F DF

RGB Percentages of Color #601fdf

%27.43
%8.86
%63.71

CMYK Percentages of Color #601fdf

%57
%86
%0
%13

Triadic Colors of #601fdf

#601fdf #df601f #1fdf60

Analogous Colors of #601fdf

#601fdf #c01fdf #1f3edf

Monochromatic Colors of #601fdf

#601fdf

Complementary Color

#601fdf #9edf1f

#601fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#601fdf Color CSS Codes

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

#601fdf Text Font Color

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

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


#601fdf Background Color

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

This div background color is #601fdf


#601fdf Border Color

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

This div border color is #601fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601fdf


Comments

No comments written yet.

Please login to write comment.