Color Hex Logo

#620afa Color Hex

#620AFA
(98,10,250)
0 Favorites   0 Comments

Color spaces of #620afa

RGB 9810250
HSL0.730.960.51
HSV262°96°98°
CMYK 0.610.960.00   0.02
XYZ22.40099.715991.1372
Yxy9.71590.18170.0788
Hunter Lab31.170373.7329-151.5355
CIE-Lab37.327678.9881-96.5401

#620afa color RGB value is (98,10,250).

#620afa hex color red value is 98, green value is 10 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #620afa hue: 0.73 , saturation: 0.96 and the lightness value of 620afa is 0.51.

The process color (four color CMYK) of #620afa color hex is 0.61, 0.96, 0.00, 0.02. Web safe color of #620afa is #6600ff. Color #620afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00001010 11111010
Octal 142 12 372
Decimal 98 10 250
Hex 62 A FA

RGB Percentages of Color #620afa

%27.37
%2.79
%69.83

CMYK Percentages of Color #620afa

%61
%96
%0
%2

Triadic Colors of #620afa

#620afa #fa620a #0afa62

Analogous Colors of #620afa

#620afa #da0afa #0a2afa

Monochromatic Colors of #620afa

#620afa

Complementary Color

#620afa #a2fa0a

#620afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#620afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#620afa Color CSS Codes

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

#620afa Text Font Color

<p style="color:#620afa">Text here</p>

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


#620afa Background Color

<div style="background-color:#620afa">
Div content here</div>

This div background color is #620afa


#620afa Border Color

<div style="border:3px solid #620afa">
Div here</div>

This div border color is #620afa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,10,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #620afa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #620afa;
  -webkit-box-shadow: 1px 1px 3px 2px #620afa;
  box-shadow:         1px 1px 3px 2px #620afa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,10,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 #620afa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #620afa


Comments

No comments written yet.

Please login to write comment.