Color Hex Logo

#620ddb Color Hex

#620DDB
(98,13,219)
0 Favorites   0 Comments

Color spaces of #620ddb

RGB 9813219
HSL0.740.890.45
HSV265°94°86°
CMYK 0.550.940.00   0.14
XYZ17.96717.999067.6148
Yxy7.99900.19200.0855
Hunter Lab28.282563.9018-121.9465
CIE-Lab33.980871.5223-84.4569

#620ddb color RGB value is (98,13,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 00001101 11011011
Octal 142 15 333
Decimal 98 13 219
Hex 62 D DB

RGB Percentages of Color #620ddb

%29.70
%3.94
%66.36

CMYK Percentages of Color #620ddb

%55
%94
%0
%14

Triadic Colors of #620ddb

#620ddb #db620d #0ddb62

Analogous Colors of #620ddb

#620ddb #c90ddb #0d1fdb

Monochromatic Colors of #620ddb

#620ddb

Complementary Color

#620ddb #86db0d

#620ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#620ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#620ddb Color CSS Codes

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

#620ddb Text Font Color

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

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


#620ddb Background Color

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

This div background color is #620ddb


#620ddb Border Color

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

This div border color is #620ddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,13,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 #620ddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #620ddb


Comments

No comments written yet.

Please login to write comment.