Color Hex Logo

#621cdb Color Hex

#621CDB
(98,28,219)
0 Favorites   0 Comments

Color spaces of #621cdb

RGB 9828219
HSL0.730.770.48
HSV262°87°86°
CMYK 0.550.870.00   0.14
XYZ18.23848.541767.7053
Yxy8.54170.19300.0904
Hunter Lab29.226260.2459-116.8927
CIE-Lab35.086568.1935-82.6267

#621cdb color RGB value is (98,28,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 00011100 11011011
Octal 142 34 333
Decimal 98 28 219
Hex 62 1C DB

RGB Percentages of Color #621cdb

%28.41
%8.12
%63.48

CMYK Percentages of Color #621cdb

%55
%87
%0
%14

Triadic Colors of #621cdb

#621cdb #db621c #1cdb62

Analogous Colors of #621cdb

#621cdb #c21cdb #1c35db

Monochromatic Colors of #621cdb

#621cdb

Complementary Color

#621cdb #95db1c

#621cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#621cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#621cdb Color CSS Codes

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

#621cdb Text Font Color

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

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


#621cdb Background Color

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

This div background color is #621cdb


#621cdb Border Color

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

This div border color is #621cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #621cdb


Comments

No comments written yet.

Please login to write comment.