Color Hex Logo

#620ada Color Hex

#620ADA
(98,10,218)
0 Favorites   0 Comments

Color spaces of #620ada

RGB 9810218
HSL0.740.910.45
HSV265°95°85°
CMYK 0.550.950.00   0.15
XYZ17.80047.875766.9116
Yxy7.87570.19230.0851
Hunter Lab28.063764.1086-121.7192
CIE-Lab33.722771.7448-84.3084

#620ada color RGB value is (98,10,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 00001010 11011010
Octal 142 12 332
Decimal 98 10 218
Hex 62 A DA

RGB Percentages of Color #620ada

%30.06
%3.07
%66.87

CMYK Percentages of Color #620ada

%55
%95
%0
%15

Triadic Colors of #620ada

#620ada #da620a #0ada62

Analogous Colors of #620ada

#620ada #ca0ada #0a1ada

Monochromatic Colors of #620ada

#620ada

Complementary Color

#620ada #82da0a

#620ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#620ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#620ada Color CSS Codes

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

#620ada Text Font Color

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

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


#620ada Background Color

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

This div background color is #620ada


#620ada Border Color

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

This div border color is #620ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #620ada


Comments

No comments written yet.

Please login to write comment.