Color Hex Logo

#601b88 Color Hex

#601B88
(96,27,136)
0 Favorites   0 Comments

Color spaces of #601b88

RGB 9627136
HSL0.770.670.32
HSV278°80°53°
CMYK 0.290.800.00   0.47
XYZ9.65975.048223.7578
Yxy5.04820.25110.1312
Hunter Lab22.468237.4227-46.9653
CIE-Lab26.871648.5426-46.4886

#601b88 color RGB value is (96,27,136).

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

The process color (four color CMYK) of #601b88 color hex is 0.29, 0.80, 0.00, 0.47. Web safe color of #601b88 is #663399. Color #601b88 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011011 10001000
Octal 140 33 210
Decimal 96 27 136
Hex 60 1B 88

RGB Percentages of Color #601b88

%37.07
%10.42
%52.51

CMYK Percentages of Color #601b88

%29
%80
%0
%47

Triadic Colors of #601b88

#601b88 #88601b #1b8860

Analogous Colors of #601b88

#601b88 #881b7a #2a1b88

Monochromatic Colors of #601b88

#601b88

Complementary Color

#601b88 #43881b

#601b88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601b88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#601b88 Color CSS Codes

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

#601b88 Text Font Color

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

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


#601b88 Background Color

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

This div background color is #601b88


#601b88 Border Color

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

This div border color is #601b88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601b88


Comments

No comments written yet.

Please login to write comment.