Color Hex Logo

#621aea Color Hex

#621AEA
(98,26,234)
0 Favorites   0 Comments

Color spaces of #621aea

RGB 9826234
HSL0.720.830.51
HSV261°89°92°
CMYK 0.580.890.00   0.08
XYZ20.25779.276078.5646
Yxy9.27600.18740.0858
Hunter Lab30.456565.4277-131.6229
CIE-Lab36.510372.3293-88.8497

#621aea color RGB value is (98,26,234).

#621aea hex color red value is 98, green value is 26 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #621aea hue: 0.72 , saturation: 0.83 and the lightness value of 621aea is 0.51.

The process color (four color CMYK) of #621aea color hex is 0.58, 0.89, 0.00, 0.08. Web safe color of #621aea is #6633ff. Color #621aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00011010 11101010
Octal 142 32 352
Decimal 98 26 234
Hex 62 1A EA

RGB Percentages of Color #621aea

%27.37
%7.26
%65.36

CMYK Percentages of Color #621aea

%58
%89
%0
%8

Triadic Colors of #621aea

#621aea #ea621a #1aea62

Analogous Colors of #621aea

#621aea #ca1aea #1a3aea

Monochromatic Colors of #621aea

#621aea

Complementary Color

#621aea #a2ea1a

#621aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#621aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#621aea Color CSS Codes

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

#621aea Text Font Color

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

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


#621aea Background Color

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

This div background color is #621aea


#621aea Border Color

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

This div border color is #621aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #621aea


Comments

No comments written yet.

Please login to write comment.