Color Hex Logo

#601ccd Color Hex

#601CCD
(96,28,205)
0 Favorites   0 Comments

Color spaces of #601ccd

RGB 9628205
HSL0.730.760.46
HSV263°86°80°
CMYK 0.530.860.00   0.20
XYZ16.25867.725158.3918
Yxy7.72510.19740.0938
Hunter Lab27.794155.7769-105.1049
CIE-Lab33.403764.6097-77.3115

#601ccd color RGB value is (96,28,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011100 11001101
Octal 140 34 315
Decimal 96 28 205
Hex 60 1C CD

RGB Percentages of Color #601ccd

%29.18
%8.51
%62.31

CMYK Percentages of Color #601ccd

%53
%86
%0
%20

Triadic Colors of #601ccd

#601ccd #cd601c #1ccd60

Analogous Colors of #601ccd

#601ccd #b91ccd #1c31cd

Monochromatic Colors of #601ccd

#601ccd

Complementary Color

#601ccd #89cd1c

#601ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#601ccd Color CSS Codes

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

#601ccd Text Font Color

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

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


#601ccd Background Color

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

This div background color is #601ccd


#601ccd Border Color

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

This div border color is #601ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601ccd


Comments

No comments written yet.

Please login to write comment.