Color Hex Logo

#620edb Color Hex

#620EDB
(98,14,219)
0 Favorites   0 Comments

Color spaces of #620edb

RGB 9814219
HSL0.730.880.46
HSV265°94°86°
CMYK 0.550.940.00   0.14
XYZ17.98028.025267.6192
Yxy8.02520.19200.0857
Hunter Lab28.328863.7181-121.6917
CIE-Lab34.035371.3571-84.3666

#620edb color RGB value is (98,14,219).

#620edb hex color red value is 98, green value is 14 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #620edb hue: 0.73 , saturation: 0.88 and the lightness value of 620edb is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 00001110 11011011
Octal 142 16 333
Decimal 98 14 219
Hex 62 E DB

RGB Percentages of Color #620edb

%29.61
%4.23
%66.16

CMYK Percentages of Color #620edb

%55
%94
%0
%14

Triadic Colors of #620edb

#620edb #db620e #0edb62

Analogous Colors of #620edb

#620edb #c90edb #0e20db

Monochromatic Colors of #620edb

#620edb

Complementary Color

#620edb #87db0e

#620edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#620edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#620edb Color CSS Codes

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

#620edb Text Font Color

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

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


#620edb Background Color

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

This div background color is #620edb


#620edb Border Color

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

This div border color is #620edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #620edb


Comments

No comments written yet.

Please login to write comment.