Color Hex Logo

#621df4 Color Hex

#621DF4
(98,29,244)
0 Favorites   0 Comments

Color spaces of #621df4

RGB 9829244
HSL0.720.910.54
HSV259°88°96°
CMYK 0.600.880.00   0.04
XYZ21.805510.007186.3702
Yxy10.00710.18450.0847
Hunter Lab31.634067.6816-139.7355
CIE-Lab37.855273.9533-92.2853

#621df4 color RGB value is (98,29,244).

#621df4 hex color red value is 98, green value is 29 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #621df4 hue: 0.72 , saturation: 0.91 and the lightness value of 621df4 is 0.54.

The process color (four color CMYK) of #621df4 color hex is 0.60, 0.88, 0.00, 0.04. Web safe color of #621df4 is #6633ff. Color #621df4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00011101 11110100
Octal 142 35 364
Decimal 98 29 244
Hex 62 1D F4

RGB Percentages of Color #621df4

%26.42
%7.82
%65.77

CMYK Percentages of Color #621df4

%60
%88
%0
%4

Triadic Colors of #621df4

#621df4 #f4621d #1df462

Analogous Colors of #621df4

#621df4 #ce1df4 #1d43f4

Monochromatic Colors of #621df4

#621df4

Complementary Color

#621df4 #aff41d

#621df4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#621df4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#621df4 Color CSS Codes

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

#621df4 Text Font Color

<p style="color:#621df4">Text here</p>

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


#621df4 Background Color

<div style="background-color:#621df4">
Div content here</div>

This div background color is #621df4


#621df4 Border Color

<div style="border:3px solid #621df4">
Div here</div>

This div border color is #621df4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,29,244, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #621df4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #621df4;
  -webkit-box-shadow: 1px 1px 3px 2px #621df4;
  box-shadow:         1px 1px 3px 2px #621df4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #621df4


Comments

No comments written yet.

Please login to write comment.