Color Hex Logo

#620aca Color Hex

#620ACA
(98,10,202)
0 Favorites   0 Comments

Color spaces of #620aca

RGB 9810202
HSL0.740.910.42
HSV268°95°79°
CMYK 0.510.950.00   0.21
XYZ15.80627.078056.4102
Yxy7.07800.19930.0893
Hunter Lab26.604559.4920-107.0909
CIE-Lab31.983868.1312-77.9002

#620aca color RGB value is (98,10,202).

#620aca hex color red value is 98, green value is 10 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #620aca hue: 0.74 , saturation: 0.91 and the lightness value of 620aca is 0.42.

The process color (four color CMYK) of #620aca color hex is 0.51, 0.95, 0.00, 0.21. Web safe color of #620aca is #6600cc. Color #620aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00001010 11001010
Octal 142 12 312
Decimal 98 10 202
Hex 62 A CA

RGB Percentages of Color #620aca

%31.61
%3.23
%65.16

CMYK Percentages of Color #620aca

%51
%95
%0
%21

Triadic Colors of #620aca

#620aca #ca620a #0aca62

Analogous Colors of #620aca

#620aca #c20aca #0a12ca

Monochromatic Colors of #620aca

#620aca

Complementary Color

#620aca #72ca0a

#620aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#620aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#620aca Color CSS Codes

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

#620aca Text Font Color

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

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


#620aca Background Color

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

This div background color is #620aca


#620aca Border Color

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

This div border color is #620aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #620aca


Comments

No comments written yet.

Please login to write comment.