Color Hex Logo

#620aae Color Hex

#620AAE
(98,10,174)
0 Favorites   0 Comments

Color spaces of #620aae

RGB 9810174
HSL0.760.890.36
HSV272°94°68°
CMYK 0.440.940.00   0.32
XYZ12.78555.869740.5035
Yxy5.86970.21610.0992
Hunter Lab24.227551.8013-82.1619
CIE-Lab29.081361.8745-66.1118

#620aae color RGB value is (98,10,174).

#620aae hex color red value is 98, green value is 10 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #620aae hue: 0.76 , saturation: 0.89 and the lightness value of 620aae is 0.36.

The process color (four color CMYK) of #620aae color hex is 0.44, 0.94, 0.00, 0.32. Web safe color of #620aae is #660099. Color #620aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00001010 10101110
Octal 142 12 256
Decimal 98 10 174
Hex 62 A AE

RGB Percentages of Color #620aae

%34.75
%3.55
%61.70

CMYK Percentages of Color #620aae

%44
%94
%0
%32

Triadic Colors of #620aae

#620aae #ae620a #0aae62

Analogous Colors of #620aae

#620aae #ae0aa8 #100aae

Monochromatic Colors of #620aae

#620aae

Complementary Color

#620aae #56ae0a

#620aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#620aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#620aae Color CSS Codes

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

#620aae Text Font Color

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

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


#620aae Background Color

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

This div background color is #620aae


#620aae Border Color

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

This div border color is #620aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #620aae


Comments

No comments written yet.

Please login to write comment.