Color Hex Logo

#601bcb Color Hex

#601BCB
(96,27,203)
0 Favorites   0 Comments

Color spaces of #601bcb

RGB 9627203
HSL0.730.770.45
HSV264°87°80°
CMYK 0.530.870.00   0.20
XYZ15.99537.582557.1204
Yxy7.58250.19820.0940
Hunter Lab27.536355.4984-103.7136
CIE-Lab33.097864.4217-76.6508

#601bcb color RGB value is (96,27,203).

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

The process color (four color CMYK) of #601bcb color hex is 0.53, 0.87, 0.00, 0.20. Web safe color of #601bcb is #6633cc. Color #601bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011011 11001011
Octal 140 33 313
Decimal 96 27 203
Hex 60 1B CB

RGB Percentages of Color #601bcb

%29.45
%8.28
%62.27

CMYK Percentages of Color #601bcb

%53
%87
%0
%20

Triadic Colors of #601bcb

#601bcb #cb601b #1bcb60

Analogous Colors of #601bcb

#601bcb #b81bcb #1b2ecb

Monochromatic Colors of #601bcb

#601bcb

Complementary Color

#601bcb #86cb1b

#601bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#601bcb Color CSS Codes

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

#601bcb Text Font Color

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

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


#601bcb Background Color

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

This div background color is #601bcb


#601bcb Border Color

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

This div border color is #601bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601bcb


Comments

No comments written yet.

Please login to write comment.