Color Hex Logo

#601fed Color Hex

#601FED
(96,31,237)
0 Favorites   0 Comments

Color spaces of #601fed

RGB 9631237
HSL0.720.850.53
HSV259°87°93°
CMYK 0.590.870.00   0.07
XYZ20.59999.581280.8844
Yxy9.58120.18550.0863
Hunter Lab30.953564.6250-133.2628
CIE-Lab37.080071.5460-89.6159

#601fed color RGB value is (96,31,237).

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

The process color (four color CMYK) of #601fed color hex is 0.59, 0.87, 0.00, 0.07. Web safe color of #601fed is #6633ff. Color #601fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011111 11101101
Octal 140 37 355
Decimal 96 31 237
Hex 60 1F ED

RGB Percentages of Color #601fed

%26.37
%8.52
%65.11

CMYK Percentages of Color #601fed

%59
%87
%0
%7

Triadic Colors of #601fed

#601fed #ed601f #1fed60

Analogous Colors of #601fed

#601fed #c71fed #1f45ed

Monochromatic Colors of #601fed

#601fed

Complementary Color

#601fed #aced1f

#601fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#601fed Color CSS Codes

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

#601fed Text Font Color

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

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


#601fed Background Color

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

This div background color is #601fed


#601fed Border Color

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

This div border color is #601fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601fed


Comments

No comments written yet.

Please login to write comment.