Color Hex Logo

#6219dd Color Hex

#6219DD
(98,25,221)
0 Favorites   0 Comments

Color spaces of #6219dd

RGB 9825221
HSL0.730.800.48
HSV262°89°87°
CMYK 0.560.890.00   0.13
XYZ18.43588.512469.0780
Yxy8.51240.19200.0886
Hunter Lab29.176061.7329-119.9535
CIE-Lab35.028069.4823-83.8734

#6219dd color RGB value is (98,25,221).

#6219dd hex color red value is 98, green value is 25 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6219dd hue: 0.73 , saturation: 0.80 and the lightness value of 6219dd is 0.48.

The process color (four color CMYK) of #6219dd color hex is 0.56, 0.89, 0.00, 0.13. Web safe color of #6219dd is #6600cc. Color #6219dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00011001 11011101
Octal 142 31 335
Decimal 98 25 221
Hex 62 19 DD

RGB Percentages of Color #6219dd

%28.49
%7.27
%64.24

CMYK Percentages of Color #6219dd

%56
%89
%0
%13

Triadic Colors of #6219dd

#6219dd #dd6219 #19dd62

Analogous Colors of #6219dd

#6219dd #c419dd #1932dd

Monochromatic Colors of #6219dd

#6219dd

Complementary Color

#6219dd #94dd19

#6219dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6219dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6219dd Color CSS Codes

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

#6219dd Text Font Color

<p style="color:#6219dd">Text here</p>

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


#6219dd Background Color

<div style="background-color:#6219dd">
Div content here</div>

This div background color is #6219dd


#6219dd Border Color

<div style="border:3px solid #6219dd">
Div here</div>

This div border color is #6219dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,25,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6219dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6219dd;
  -webkit-box-shadow: 1px 1px 3px 2px #6219dd;
  box-shadow:         1px 1px 3px 2px #6219dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6219dd


Comments

No comments written yet.

Please login to write comment.