Color Hex Logo

#602bf6 Color Hex

#602BF6
(96,43,246)
0 Favorites   0 Comments

Color spaces of #602bf6

RGB 9643246
HSL0.710.920.57
HSV256°83°96°
CMYK 0.610.830.00   0.04
XYZ22.322310.868488.1101
Yxy10.86840.18400.0896
Hunter Lab32.967363.1706-135.3846
CIE-Lab39.357969.8752-90.9292

#602bf6 color RGB value is (96,43,246).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101011 11110110
Octal 140 53 366
Decimal 96 43 246
Hex 60 2B F6

RGB Percentages of Color #602bf6

%24.94
%11.17
%63.90

CMYK Percentages of Color #602bf6

%61
%83
%0
%4

Triadic Colors of #602bf6

#602bf6 #f6602b #2bf660

Analogous Colors of #602bf6

#602bf6 #c62bf6 #2b5cf6

Monochromatic Colors of #602bf6

#602bf6

Complementary Color

#602bf6 #c1f62b

#602bf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602bf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#602bf6 Color CSS Codes

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

#602bf6 Text Font Color

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

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


#602bf6 Background Color

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

This div background color is #602bf6


#602bf6 Border Color

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

This div border color is #602bf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602bf6

Related Colors


Comments

No comments written yet.

Please login to write comment.