Color Hex Logo

#6448df Color Hex

#6448DF
(100,72,223)
0 Favorites   0 Comments

Color spaces of #6448df

RGB 10072223
HSL0.700.700.58
HSV251°68°87°
CMYK 0.550.680.00   0.13
XYZ20.892212.671871.1568
Yxy12.67180.19950.1210
Hunter Lab35.597542.4663-93.5982
CIE-Lab42.264550.6131-73.1036

#6448df color RGB value is (100,72,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01001000 11011111
Octal 144 110 337
Decimal 100 72 223
Hex 64 48 DF

RGB Percentages of Color #6448df

%25.32
%18.23
%56.46

CMYK Percentages of Color #6448df

%55
%68
%0
%13

Triadic Colors of #6448df

#6448df #df6448 #48df64

Analogous Colors of #6448df

#6448df #b048df #4878df

Monochromatic Colors of #6448df

#6448df

Complementary Color

#6448df #c3df48

#6448df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6448df Color Preview on White Background

Lorem ipsum dolor sit amet.

#6448df Color CSS Codes

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

#6448df Text Font Color

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

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


#6448df Background Color

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

This div background color is #6448df


#6448df Border Color

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

This div border color is #6448df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6448df


Comments

No comments written yet.

Please login to write comment.