Color Hex Logo

#620dfe Color Hex

#620DFE
(98,13,254)
0 Favorites   0 Comments

Color spaces of #620dfe

RGB 9813254
HSL0.730.990.52
HSV261°95°100°
CMYK 0.610.950.00   0.00
XYZ23.070310.040394.4880
Yxy10.04030.18080.0787
Hunter Lab31.686474.5113-154.6205
CIE-Lab37.914779.5041-97.8102

#620dfe color RGB value is (98,13,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 00001101 11111110
Octal 142 15 376
Decimal 98 13 254
Hex 62 D FE

RGB Percentages of Color #620dfe

%26.85
%3.56
%69.59

CMYK Percentages of Color #620dfe

%61
%95
%0
%0

Triadic Colors of #620dfe

#620dfe #fe620d #0dfe62

Analogous Colors of #620dfe

#620dfe #db0dfe #0d31fe

Monochromatic Colors of #620dfe

#620dfe

Complementary Color

#620dfe #a9fe0d

#620dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#620dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#620dfe Color CSS Codes

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

#620dfe Text Font Color

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

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


#620dfe Background Color

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

This div background color is #620dfe


#620dfe Border Color

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

This div border color is #620dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #620dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.