Color Hex Logo

#602adb Color Hex

#602ADB
(96,42,219)
0 Favorites   0 Comments

Color spaces of #602adb

RGB 9642219
HSL0.720.710.51
HSV258°81°86°
CMYK 0.560.810.00   0.14
XYZ18.43809.257267.8329
Yxy9.25720.19300.0969
Hunter Lab30.425654.9265-110.8870
CIE-Lab36.474863.2575-80.3401

#602adb color RGB value is (96,42,219).

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

The process color (four color CMYK) of #602adb color hex is 0.56, 0.81, 0.00, 0.14. Web safe color of #602adb is #6633cc. Color #602adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101010 11011011
Octal 140 52 333
Decimal 96 42 219
Hex 60 2A DB

RGB Percentages of Color #602adb

%26.89
%11.76
%61.34

CMYK Percentages of Color #602adb

%56
%81
%0
%14

Triadic Colors of #602adb

#602adb #db602a #2adb60

Analogous Colors of #602adb

#602adb #b92adb #2a4cdb

Monochromatic Colors of #602adb

#602adb

Complementary Color

#602adb #a5db2a

#602adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#602adb Color CSS Codes

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

#602adb Text Font Color

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

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


#602adb Background Color

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

This div background color is #602adb


#602adb Border Color

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

This div border color is #602adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602adb


Comments

No comments written yet.

Please login to write comment.