Color Hex Logo

#6449df Color Hex

#6449DF
(100,73,223)
0 Favorites   0 Comments

Color spaces of #6449df

RGB 10073223
HSL0.700.700.58
HSV251°67°87°
CMYK 0.550.670.00   0.13
XYZ20.957412.802171.1785
Yxy12.80210.19970.1220
Hunter Lab35.780041.9376-92.9017
CIE-Lab42.463550.0688-72.7781

#6449df color RGB value is (100,73,223).

#6449df hex color red value is 100, green value is 73 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #6449df hue: 0.70 , saturation: 0.70 and the lightness value of 6449df is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01001001 11011111
Octal 144 111 337
Decimal 100 73 223
Hex 64 49 DF

RGB Percentages of Color #6449df

%25.25
%18.43
%56.31

CMYK Percentages of Color #6449df

%55
%67
%0
%13

Triadic Colors of #6449df

#6449df #df6449 #49df64

Analogous Colors of #6449df

#6449df #af49df #4979df

Monochromatic Colors of #6449df

#6449df

Complementary Color

#6449df #c4df49

#6449df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6449df Color Preview on White Background

Lorem ipsum dolor sit amet.

#6449df Color CSS Codes

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

#6449df Text Font Color

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

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


#6449df Background Color

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

This div background color is #6449df


#6449df Border Color

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

This div border color is #6449df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,73,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 #6449df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6449df


Comments

No comments written yet.

Please login to write comment.