Color Hex Logo

#601b8d Color Hex

#601B8D
(96,27,141)
0 Favorites   0 Comments

Color spaces of #601b8d

RGB 9627141
HSL0.770.680.33
HSV276°81°55°
CMYK 0.320.810.00   0.45
XYZ10.02355.193725.6735
Yxy5.19370.24510.1270
Hunter Lab22.789738.6270-50.8398
CIE-Lab27.279649.6773-48.9382

#601b8d color RGB value is (96,27,141).

#601b8d hex color red value is 96, green value is 27 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #601b8d hue: 0.77 , saturation: 0.68 and the lightness value of 601b8d is 0.33.

The process color (four color CMYK) of #601b8d color hex is 0.32, 0.81, 0.00, 0.45. Web safe color of #601b8d is #663399. Color #601b8d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011011 10001101
Octal 140 33 215
Decimal 96 27 141
Hex 60 1B 8D

RGB Percentages of Color #601b8d

%36.36
%10.23
%53.41

CMYK Percentages of Color #601b8d

%32
%81
%0
%45

Triadic Colors of #601b8d

#601b8d #8d601b #1b8d60

Analogous Colors of #601b8d

#601b8d #8d1b81 #271b8d

Monochromatic Colors of #601b8d

#601b8d

Complementary Color

#601b8d #488d1b

#601b8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601b8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#601b8d Color CSS Codes

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

#601b8d Text Font Color

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

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


#601b8d Background Color

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

This div background color is #601b8d


#601b8d Border Color

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

This div border color is #601b8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601b8d


Comments

No comments written yet.

Please login to write comment.