Color Hex Logo

#620ed1 Color Hex

#620ED1
(98,14,209)
0 Favorites   0 Comments

Color spaces of #620ed1

RGB 9814209
HSL0.740.870.44
HSV266°93°82°
CMYK 0.530.930.00   0.18
XYZ16.70277.514260.8917
Yxy7.51420.19630.0883
Hunter Lab27.412060.7925-112.5153
CIE-Lab32.949969.0699-80.3803

#620ed1 color RGB value is (98,14,209).

#620ed1 hex color red value is 98, green value is 14 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #620ed1 hue: 0.74 , saturation: 0.87 and the lightness value of 620ed1 is 0.44.

The process color (four color CMYK) of #620ed1 color hex is 0.53, 0.93, 0.00, 0.18. Web safe color of #620ed1 is #6600cc. Color #620ed1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00001110 11010001
Octal 142 16 321
Decimal 98 14 209
Hex 62 E D1

RGB Percentages of Color #620ed1

%30.53
%4.36
%65.11

CMYK Percentages of Color #620ed1

%53
%93
%0
%18

Triadic Colors of #620ed1

#620ed1 #d1620e #0ed162

Analogous Colors of #620ed1

#620ed1 #c40ed1 #0e1cd1

Monochromatic Colors of #620ed1

#620ed1

Complementary Color

#620ed1 #7dd10e

#620ed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#620ed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#620ed1 Color CSS Codes

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

#620ed1 Text Font Color

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

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


#620ed1 Background Color

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

This div background color is #620ed1


#620ed1 Border Color

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

This div border color is #620ed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #620ed1


Comments

No comments written yet.

Please login to write comment.