Color Hex Logo

#602acd Color Hex

#602ACD
(96,42,205)
0 Favorites   0 Comments

Color spaces of #602acd

RGB 9642205
HSL0.720.660.48
HSV260°80°80°
CMYK 0.530.800.00   0.20
XYZ16.67138.550558.5293
Yxy8.55050.19910.1021
Hunter Lab29.241250.5960-98.2061
CIE-Lab35.104059.6095-74.5073

#602acd color RGB value is (96,42,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101010 11001101
Octal 140 52 315
Decimal 96 42 205
Hex 60 2A CD

RGB Percentages of Color #602acd

%27.99
%12.24
%59.77

CMYK Percentages of Color #602acd

%53
%80
%0
%20

Triadic Colors of #602acd

#602acd #cd602a #2acd60

Analogous Colors of #602acd

#602acd #b22acd #2a46cd

Monochromatic Colors of #602acd

#602acd

Complementary Color

#602acd #97cd2a

#602acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#602acd Color CSS Codes

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

#602acd Text Font Color

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

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


#602acd Background Color

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

This div background color is #602acd


#602acd Border Color

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

This div border color is #602acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602acd


Comments

No comments written yet.

Please login to write comment.