Color Hex Logo

#601bbd Color Hex

#601BBD
(96,27,189)
0 Favorites   0 Comments

Color spaces of #601bbd

RGB 9627189
HSL0.740.750.42
HSV266°86°74°
CMYK 0.490.860.00   0.26
XYZ14.40116.944848.7256
Yxy6.94480.20550.0991
Hunter Lab26.353051.4270-91.1777
CIE-Lab31.680961.0352-70.7695

#601bbd color RGB value is (96,27,189).

#601bbd hex color red value is 96, green value is 27 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #601bbd hue: 0.74 , saturation: 0.75 and the lightness value of 601bbd is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011011 10111101
Octal 140 33 275
Decimal 96 27 189
Hex 60 1B BD

RGB Percentages of Color #601bbd

%30.77
%8.65
%60.58

CMYK Percentages of Color #601bbd

%49
%86
%0
%26

Triadic Colors of #601bbd

#601bbd #bd601b #1bbd60

Analogous Colors of #601bbd

#601bbd #b11bbd #1b27bd

Monochromatic Colors of #601bbd

#601bbd

Complementary Color

#601bbd #78bd1b

#601bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#601bbd Color CSS Codes

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

#601bbd Text Font Color

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

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


#601bbd Background Color

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

This div background color is #601bbd


#601bbd Border Color

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

This div border color is #601bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601bbd


Comments

No comments written yet.

Please login to write comment.