Color Hex Logo

#602dc1 Color Hex

#602DC1
(96,45,193)
0 Favorites   0 Comments

Color spaces of #602dc1

RGB 9645193
HSL0.720.620.47
HSV261°77°76°
CMYK 0.500.770.00   0.24
XYZ15.38798.213851.2265
Yxy8.21380.20560.1098
Hunter Lab28.659745.6852-85.9133
CIE-Lab34.424255.1649-68.6134

#602dc1 color RGB value is (96,45,193).

#602dc1 hex color red value is 96, green value is 45 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #602dc1 hue: 0.72 , saturation: 0.62 and the lightness value of 602dc1 is 0.47.

The process color (four color CMYK) of #602dc1 color hex is 0.50, 0.77, 0.00, 0.24. Web safe color of #602dc1 is #6633cc. Color #602dc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101101 11000001
Octal 140 55 301
Decimal 96 45 193
Hex 60 2D C1

RGB Percentages of Color #602dc1

%28.74
%13.47
%57.78

CMYK Percentages of Color #602dc1

%50
%77
%0
%24

Triadic Colors of #602dc1

#602dc1 #c1602d #2dc160

Analogous Colors of #602dc1

#602dc1 #aa2dc1 #2d44c1

Monochromatic Colors of #602dc1

#602dc1

Complementary Color

#602dc1 #8ec12d

#602dc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602dc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#602dc1 Color CSS Codes

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

#602dc1 Text Font Color

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

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


#602dc1 Background Color

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

This div background color is #602dc1


#602dc1 Border Color

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

This div border color is #602dc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602dc1


Comments

No comments written yet.

Please login to write comment.