Color Hex Logo

#602ffa Color Hex

#602FFA
(96,47,250)
0 Favorites   0 Comments

Color spaces of #602ffa

RGB 9647250
HSL0.710.950.58
HSV254°81°98°
CMYK 0.620.810.00   0.02
XYZ23.095711.422091.4299
Yxy11.42200.18340.0907
Hunter Lab33.796462.8389-136.7404
CIE-Lab40.282369.4131-91.6474

#602ffa color RGB value is (96,47,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101111 11111010
Octal 140 57 372
Decimal 96 47 250
Hex 60 2F FA

RGB Percentages of Color #602ffa

%24.43
%11.96
%63.61

CMYK Percentages of Color #602ffa

%62
%81
%0
%2

Triadic Colors of #602ffa

#602ffa #fa602f #2ffa60

Analogous Colors of #602ffa

#602ffa #c62ffa #2f63fa

Monochromatic Colors of #602ffa

#602ffa

Complementary Color

#602ffa #c9fa2f

#602ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#602ffa Color CSS Codes

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

#602ffa Text Font Color

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

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


#602ffa Background Color

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

This div background color is #602ffa


#602ffa Border Color

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

This div border color is #602ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602ffa


Comments

No comments written yet.

Please login to write comment.