Color Hex Logo

#620aea Color Hex

#620AEA
(98,10,234)
0 Favorites   0 Comments

Color spaces of #620aea

RGB 9810234
HSL0.730.920.48
HSV264°96°92°
CMYK 0.580.960.00   0.08
XYZ19.99688.754378.4777
Yxy8.75430.18650.0816
Hunter Lab29.587768.8607-136.5482
CIE-Lab35.506975.3669-90.5137

#620aea color RGB value is (98,10,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 00001010 11101010
Octal 142 12 352
Decimal 98 10 234
Hex 62 A EA

RGB Percentages of Color #620aea

%28.65
%2.92
%68.42

CMYK Percentages of Color #620aea

%58
%96
%0
%8

Triadic Colors of #620aea

#620aea #ea620a #0aea62

Analogous Colors of #620aea

#620aea #d20aea #0a22ea

Monochromatic Colors of #620aea

#620aea

Complementary Color

#620aea #92ea0a

#620aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#620aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#620aea Color CSS Codes

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

#620aea Text Font Color

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

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


#620aea Background Color

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

This div background color is #620aea


#620aea Border Color

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

This div border color is #620aea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,10,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #620aea


Comments

No comments written yet.

Please login to write comment.