Color Hex Logo

#601ceb Color Hex

#601CEB
(96,28,235)
0 Favorites   0 Comments

Color spaces of #601ceb

RGB 9628235
HSL0.720.840.52
HSV260°88°92°
CMYK 0.590.880.00   0.08
XYZ20.23459.315579.3288
Yxy9.31550.18580.0856
Hunter Lab30.521364.9266-132.7374
CIE-Lab36.584871.8944-89.3011

#601ceb color RGB value is (96,28,235).

#601ceb hex color red value is 96, green value is 28 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #601ceb hue: 0.72 , saturation: 0.84 and the lightness value of 601ceb is 0.52.

The process color (four color CMYK) of #601ceb color hex is 0.59, 0.88, 0.00, 0.08. Web safe color of #601ceb is #6633ff. Color #601ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011100 11101011
Octal 140 34 353
Decimal 96 28 235
Hex 60 1C EB

RGB Percentages of Color #601ceb

%26.74
%7.80
%65.46

CMYK Percentages of Color #601ceb

%59
%88
%0
%8

Triadic Colors of #601ceb

#601ceb #eb601c #1ceb60

Analogous Colors of #601ceb

#601ceb #c81ceb #1c40eb

Monochromatic Colors of #601ceb

#601ceb

Complementary Color

#601ceb #a7eb1c

#601ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#601ceb Color CSS Codes

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

#601ceb Text Font Color

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

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


#601ceb Background Color

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

This div background color is #601ceb


#601ceb Border Color

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

This div border color is #601ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601ceb


Comments

No comments written yet.

Please login to write comment.