Color Hex Logo

#621ddb Color Hex

#621DDB
(98,29,219)
0 Favorites   0 Comments

Color spaces of #621ddb

RGB 9829219
HSL0.730.770.49
HSV262°87°86°
CMYK 0.550.870.00   0.14
XYZ18.26268.589967.7133
Yxy8.58990.19310.0908
Hunter Lab29.308559.9362-116.4654
CIE-Lab35.182467.9076-82.4680

#621ddb color RGB value is (98,29,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 00011101 11011011
Octal 142 35 333
Decimal 98 29 219
Hex 62 1D DB

RGB Percentages of Color #621ddb

%28.32
%8.38
%63.29

CMYK Percentages of Color #621ddb

%55
%87
%0
%14

Triadic Colors of #621ddb

#621ddb #db621d #1ddb62

Analogous Colors of #621ddb

#621ddb #c11ddb #1d37db

Monochromatic Colors of #621ddb

#621ddb

Complementary Color

#621ddb #96db1d

#621ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#621ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#621ddb Color CSS Codes

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

#621ddb Text Font Color

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

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


#621ddb Background Color

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

This div background color is #621ddb


#621ddb Border Color

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

This div border color is #621ddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,29,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 #621ddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #621ddb


Comments

No comments written yet.

Please login to write comment.