Color Hex Logo

#602ccd Color Hex

#602CCD
(96,44,205)
0 Favorites   0 Comments

Color spaces of #602ccd

RGB 9644205
HSL0.720.650.49
HSV259°79°80°
CMYK 0.530.790.00   0.20
XYZ16.74408.695958.5536
Yxy8.69590.19930.1035
Hunter Lab29.488849.7484-97.0853
CIE-Lab35.392158.7741-74.0331

#602ccd color RGB value is (96,44,205).

#602ccd hex color red value is 96, green value is 44 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #602ccd hue: 0.72 , saturation: 0.65 and the lightness value of 602ccd is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101100 11001101
Octal 140 54 315
Decimal 96 44 205
Hex 60 2C CD

RGB Percentages of Color #602ccd

%27.83
%12.75
%59.42

CMYK Percentages of Color #602ccd

%53
%79
%0
%20

Triadic Colors of #602ccd

#602ccd #cd602c #2ccd60

Analogous Colors of #602ccd

#602ccd #b12ccd #2c48cd

Monochromatic Colors of #602ccd

#602ccd

Complementary Color

#602ccd #99cd2c

#602ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#602ccd Color CSS Codes

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

#602ccd Text Font Color

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

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


#602ccd Background Color

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

This div background color is #602ccd


#602ccd Border Color

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

This div border color is #602ccd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,44,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 #602ccd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602ccd


Comments

No comments written yet.

Please login to write comment.