Color Hex Logo

#6222df Color Hex

#6222DF
(98,34,223)
0 Favorites   0 Comments

Color spaces of #6222df

RGB 9834223
HSL0.720.750.50
HSV260°85°87°
CMYK 0.560.850.00   0.13
XYZ18.92839.068470.5648
Yxy9.06840.19200.0920
Hunter Lab30.113859.4987-117.8530
CIE-Lab36.115767.3489-83.2224

#6222df color RGB value is (98,34,223).

#6222df hex color red value is 98, green value is 34 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #6222df hue: 0.72 , saturation: 0.75 and the lightness value of 6222df is 0.50.

The process color (four color CMYK) of #6222df color hex is 0.56, 0.85, 0.00, 0.13. Web safe color of #6222df is #6633cc. Color #6222df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00100010 11011111
Octal 142 42 337
Decimal 98 34 223
Hex 62 22 DF

RGB Percentages of Color #6222df

%27.61
%9.58
%62.82

CMYK Percentages of Color #6222df

%56
%85
%0
%13

Triadic Colors of #6222df

#6222df #df6222 #22df62

Analogous Colors of #6222df

#6222df #c122df #2241df

Monochromatic Colors of #6222df

#6222df

Complementary Color

#6222df #9fdf22

#6222df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6222df Color Preview on White Background

Lorem ipsum dolor sit amet.

#6222df Color CSS Codes

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

#6222df Text Font Color

<p style="color:#6222df">Text here</p>

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


#6222df Background Color

<div style="background-color:#6222df">
Div content here</div>

This div background color is #6222df


#6222df Border Color

<div style="border:3px solid #6222df">
Div here</div>

This div border color is #6222df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,34,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6222df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6222df;
  -webkit-box-shadow: 1px 1px 3px 2px #6222df;
  box-shadow:         1px 1px 3px 2px #6222df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6222df


Comments

No comments written yet.

Please login to write comment.