Color Hex Logo

#601edb Color Hex

#601EDB
(96,30,219)
0 Favorites   0 Comments

Color spaces of #601edb

RGB 9630219
HSL0.720.760.49
HSV261°86°86°
CMYK 0.560.860.00   0.14
XYZ18.07438.529867.7116
Yxy8.52980.19160.0904
Hunter Lab29.205859.3562-117.0155
CIE-Lab35.062867.4283-82.6729

#601edb color RGB value is (96,30,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011110 11011011
Octal 140 36 333
Decimal 96 30 219
Hex 60 1E DB

RGB Percentages of Color #601edb

%27.83
%8.70
%63.48

CMYK Percentages of Color #601edb

%56
%86
%0
%14

Triadic Colors of #601edb

#601edb #db601e #1edb60

Analogous Colors of #601edb

#601edb #bf1edb #1e3adb

Monochromatic Colors of #601edb

#601edb

Complementary Color

#601edb #99db1e

#601edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#601edb Color CSS Codes

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

#601edb Text Font Color

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

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


#601edb Background Color

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

This div background color is #601edb


#601edb Border Color

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

This div border color is #601edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601edb


Comments

No comments written yet.

Please login to write comment.