Color Hex Logo

#602ecc Color Hex

#602ECC
(96,46,204)
0 Favorites   0 Comments

Color spaces of #602ecc

RGB 9646204
HSL0.720.630.49
HSV259°77°80°
CMYK 0.530.770.00   0.20
XYZ16.69998.800457.9452
Yxy8.80040.20010.1055
Hunter Lab29.665548.5703-95.0446
CIE-Lab35.597157.6441-73.1144

#602ecc color RGB value is (96,46,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101110 11001100
Octal 140 56 314
Decimal 96 46 204
Hex 60 2E CC

RGB Percentages of Color #602ecc

%27.75
%13.29
%58.96

CMYK Percentages of Color #602ecc

%53
%77
%0
%20

Triadic Colors of #602ecc

#602ecc #cc602e #2ecc60

Analogous Colors of #602ecc

#602ecc #af2ecc #2e4bcc

Monochromatic Colors of #602ecc

#602ecc

Complementary Color

#602ecc #9acc2e

#602ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#602ecc Color CSS Codes

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

#602ecc Text Font Color

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

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


#602ecc Background Color

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

This div background color is #602ecc


#602ecc Border Color

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

This div border color is #602ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602ecc


Comments

No comments written yet.

Please login to write comment.