Color Hex Logo

#601ecf Color Hex

#601ECF
(96,30,207)
0 Favorites   0 Comments

Color spaces of #601ecf

RGB 9630207
HSL0.730.750.46
HSV262°86°81°
CMYK 0.540.860.00   0.19
XYZ16.55067.920359.6879
Yxy7.92030.19670.0941
Hunter Lab28.143055.7236-106.0467
CIE-Lab33.816364.4828-77.7934

#601ecf color RGB value is (96,30,207).

#601ecf hex color red value is 96, green value is 30 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #601ecf hue: 0.73 , saturation: 0.75 and the lightness value of 601ecf is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011110 11001111
Octal 140 36 317
Decimal 96 30 207
Hex 60 1E CF

RGB Percentages of Color #601ecf

%28.83
%9.01
%62.16

CMYK Percentages of Color #601ecf

%54
%86
%0
%19

Triadic Colors of #601ecf

#601ecf #cf601e #1ecf60

Analogous Colors of #601ecf

#601ecf #b91ecf #1e35cf

Monochromatic Colors of #601ecf

#601ecf

Complementary Color

#601ecf #8dcf1e

#601ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#601ecf Color CSS Codes

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

#601ecf Text Font Color

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

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


#601ecf Background Color

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

This div background color is #601ecf


#601ecf Border Color

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

This div border color is #601ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601ecf


Comments

No comments written yet.

Please login to write comment.