Color Hex Logo

#601bce Color Hex

#601BCE
(96,27,206)
0 Favorites   0 Comments

Color spaces of #601bce

RGB 9627206
HSL0.730.770.46
HSV263°87°81°
CMYK 0.530.870.00   0.19
XYZ16.35647.726959.0219
Yxy7.72690.19680.0930
Hunter Lab27.797356.3871-106.4321
CIE-Lab33.407565.1486-77.8872

#601bce color RGB value is (96,27,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011011 11001110
Octal 140 33 316
Decimal 96 27 206
Hex 60 1B CE

RGB Percentages of Color #601bce

%29.18
%8.21
%62.61

CMYK Percentages of Color #601bce

%53
%87
%0
%19

Triadic Colors of #601bce

#601bce #ce601b #1bce60

Analogous Colors of #601bce

#601bce #ba1bce #1b2fce

Monochromatic Colors of #601bce

#601bce

Complementary Color

#601bce #89ce1b

#601bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#601bce Color CSS Codes

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

#601bce Text Font Color

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

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


#601bce Background Color

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

This div background color is #601bce


#601bce Border Color

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

This div border color is #601bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601bce


Comments

No comments written yet.

Please login to write comment.