Color Hex Logo

#601bdb Color Hex

#601BDB
(96,27,219)
0 Favorites   0 Comments

Color spaces of #601bdb

RGB 9627219
HSL0.730.780.48
HSV262°88°86°
CMYK 0.560.880.00   0.14
XYZ18.00208.385167.6875
Yxy8.38510.19140.0891
Hunter Lab28.957060.2950-118.3213
CIE-Lab34.772468.2961-83.1533

#601bdb color RGB value is (96,27,219).

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

The process color (four color CMYK) of #601bdb color hex is 0.56, 0.88, 0.00, 0.14. Web safe color of #601bdb is #6633cc. Color #601bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011011 11011011
Octal 140 33 333
Decimal 96 27 219
Hex 60 1B DB

RGB Percentages of Color #601bdb

%28.07
%7.89
%64.04

CMYK Percentages of Color #601bdb

%56
%88
%0
%14

Triadic Colors of #601bdb

#601bdb #db601b #1bdb60

Analogous Colors of #601bdb

#601bdb #c01bdb #1b36db

Monochromatic Colors of #601bdb

#601bdb

Complementary Color

#601bdb #96db1b

#601bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#601bdb Color CSS Codes

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

#601bdb Text Font Color

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

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


#601bdb Background Color

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

This div background color is #601bdb


#601bdb Border Color

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

This div border color is #601bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601bdb


Comments

No comments written yet.

Please login to write comment.