Color Hex Logo

#620dfd Color Hex

#620DFD
(98,13,253)
0 Favorites   0 Comments

Color spaces of #620dfd

RGB 9813253
HSL0.730.980.52
HSV261°95°99°
CMYK 0.610.950.00   0.01
XYZ22.91059.976493.6466
Yxy9.97640.18110.0788
Hunter Lab31.585474.2005-153.6771
CIE-Lab37.800079.2764-97.4399

#620dfd color RGB value is (98,13,253).

#620dfd hex color red value is 98, green value is 13 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #620dfd hue: 0.73 , saturation: 0.98 and the lightness value of 620dfd is 0.52.

The process color (four color CMYK) of #620dfd color hex is 0.61, 0.95, 0.00, 0.01. Web safe color of #620dfd is #6600ff. Color #620dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00001101 11111101
Octal 142 15 375
Decimal 98 13 253
Hex 62 D FD

RGB Percentages of Color #620dfd

%26.92
%3.57
%69.51

CMYK Percentages of Color #620dfd

%61
%95
%0
%1

Triadic Colors of #620dfd

#620dfd #fd620d #0dfd62

Analogous Colors of #620dfd

#620dfd #da0dfd #0d30fd

Monochromatic Colors of #620dfd

#620dfd

Complementary Color

#620dfd #a8fd0d

#620dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#620dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#620dfd Color CSS Codes

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

#620dfd Text Font Color

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

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


#620dfd Background Color

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

This div background color is #620dfd


#620dfd Border Color

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

This div border color is #620dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #620dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.