Color Hex Logo

#601cbd Color Hex

#601CBD
(96,28,189)
0 Favorites   0 Comments

Color spaces of #601cbd

RGB 9628189
HSL0.740.740.43
HSV265°85°74°
CMYK 0.490.850.00   0.26
XYZ14.42446.991448.7333
Yxy6.99140.20560.0997
Hunter Lab26.441351.1042-90.7672
CIE-Lab31.787360.7202-70.5941

#601cbd color RGB value is (96,28,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011100 10111101
Octal 140 34 275
Decimal 96 28 189
Hex 60 1C BD

RGB Percentages of Color #601cbd

%30.67
%8.95
%60.38

CMYK Percentages of Color #601cbd

%49
%85
%0
%26

Triadic Colors of #601cbd

#601cbd #bd601c #1cbd60

Analogous Colors of #601cbd

#601cbd #b11cbd #1c28bd

Monochromatic Colors of #601cbd

#601cbd

Complementary Color

#601cbd #79bd1c

#601cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#601cbd Color CSS Codes

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

#601cbd Text Font Color

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

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


#601cbd Background Color

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

This div background color is #601cbd


#601cbd Border Color

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

This div border color is #601cbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,28,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 #601cbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601cbd


Comments

No comments written yet.

Please login to write comment.