Color Hex Logo

#621adb Color Hex

#621ADB
(98,26,219)
0 Favorites   0 Comments

Color spaces of #621adb

RGB 9826219
HSL0.730.790.48
HSV262°88°86°
CMYK 0.550.880.00   0.14
XYZ18.19268.449967.6900
Yxy8.44990.19290.0896
Hunter Lab29.068760.8437-117.7158
CIE-Lab34.902868.7436-82.9305

#621adb color RGB value is (98,26,219).

#621adb hex color red value is 98, green value is 26 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #621adb hue: 0.73 , saturation: 0.79 and the lightness value of 621adb is 0.48.

The process color (four color CMYK) of #621adb color hex is 0.55, 0.88, 0.00, 0.14. Web safe color of #621adb is #6633cc. Color #621adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00011010 11011011
Octal 142 32 333
Decimal 98 26 219
Hex 62 1A DB

RGB Percentages of Color #621adb

%28.57
%7.58
%63.85

CMYK Percentages of Color #621adb

%55
%88
%0
%14

Triadic Colors of #621adb

#621adb #db621a #1adb62

Analogous Colors of #621adb

#621adb #c31adb #1a33db

Monochromatic Colors of #621adb

#621adb

Complementary Color

#621adb #93db1a

#621adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#621adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#621adb Color CSS Codes

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

#621adb Text Font Color

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

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


#621adb Background Color

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

This div background color is #621adb


#621adb Border Color

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

This div border color is #621adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #621adb


Comments

No comments written yet.

Please login to write comment.