Color Hex Logo

#602afb Color Hex

#602AFB
(96,42,251)
0 Favorites   0 Comments

Color spaces of #602afb

RGB 9642251
HSL0.710.960.57
HSV256°83°98°
CMYK 0.620.830.00   0.02
XYZ23.064411.107892.1952
Yxy11.10780.18250.0879
Hunter Lab33.328465.2036-140.6822
CIE-Lab39.761471.5173-93.0704

#602afb color RGB value is (96,42,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101010 11111011
Octal 140 52 373
Decimal 96 42 251
Hex 60 2A FB

RGB Percentages of Color #602afb

%24.68
%10.80
%64.52

CMYK Percentages of Color #602afb

%62
%83
%0
%2

Triadic Colors of #602afb

#602afb #fb602a #2afb60

Analogous Colors of #602afb

#602afb #c92afb #2a5dfb

Monochromatic Colors of #602afb

#602afb

Complementary Color

#602afb #c5fb2a

#602afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#602afb Color CSS Codes

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

#602afb Text Font Color

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

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


#602afb Background Color

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

This div background color is #602afb


#602afb Border Color

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

This div border color is #602afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602afb


Comments

No comments written yet.

Please login to write comment.