Color Hex Logo

#602cfd Color Hex

#602CFD
(96,44,253)
0 Favorites   0 Comments

Color spaces of #602cfd

RGB 9644253
HSL0.710.980.58
HSV255°83°99°
CMYK 0.620.830.00   0.01
XYZ23.454211.380093.8889
Yxy11.38000.18220.0884
Hunter Lab33.734365.0696-141.4015
CIE-Lab40.213371.3169-93.4431

#602cfd color RGB value is (96,44,253).

#602cfd hex color red value is 96, green value is 44 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #602cfd hue: 0.71 , saturation: 0.98 and the lightness value of 602cfd is 0.58.

The process color (four color CMYK) of #602cfd color hex is 0.62, 0.83, 0.00, 0.01. Web safe color of #602cfd is #6633ff. Color #602cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101100 11111101
Octal 140 54 375
Decimal 96 44 253
Hex 60 2C FD

RGB Percentages of Color #602cfd

%24.43
%11.20
%64.38

CMYK Percentages of Color #602cfd

%62
%83
%0
%1

Triadic Colors of #602cfd

#602cfd #fd602c #2cfd60

Analogous Colors of #602cfd

#602cfd #c92cfd #2c61fd

Monochromatic Colors of #602cfd

#602cfd

Complementary Color

#602cfd #c9fd2c

#602cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#602cfd Color CSS Codes

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

#602cfd Text Font Color

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

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


#602cfd Background Color

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

This div background color is #602cfd


#602cfd Border Color

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

This div border color is #602cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602cfd


Comments

No comments written yet.

Please login to write comment.