Color Hex Logo

#601adc Color Hex

#601ADC
(96,26,220)
0 Favorites   0 Comments

Color spaces of #601adc

RGB 9626220
HSL0.730.790.48
HSV262°88°86°
CMYK 0.560.880.00   0.14
XYZ18.11158.392968.3756
Yxy8.39290.19090.0885
Hunter Lab28.970560.8945-119.6557
CIE-Lab34.788168.8093-83.7026

#601adc color RGB value is (96,26,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011010 11011100
Octal 140 32 334
Decimal 96 26 220
Hex 60 1A DC

RGB Percentages of Color #601adc

%28.07
%7.60
%64.33

CMYK Percentages of Color #601adc

%56
%88
%0
%14

Triadic Colors of #601adc

#601adc #dc601a #1adc60

Analogous Colors of #601adc

#601adc #c11adc #1a35dc

Monochromatic Colors of #601adc

#601adc

Complementary Color

#601adc #96dc1a

#601adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#601adc Color CSS Codes

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

#601adc Text Font Color

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

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


#601adc Background Color

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

This div background color is #601adc


#601adc Border Color

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

This div border color is #601adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601adc


Comments

No comments written yet.

Please login to write comment.