Color Hex Logo

#6448ac Color Hex

#6448AC
(100,72,172)
0 Favorites   0 Comments

Color spaces of #6448ac

RGB 10072172
HSL0.710.410.48
HSV257°58°67°
CMYK 0.420.580.00   0.33
XYZ15.019310.322640.2306
Yxy10.32260.22900.1574
Hunter Lab32.128827.2183-51.7508
CIE-Lab38.415335.7685-49.6949

#6448ac color RGB value is (100,72,172).

#6448ac hex color red value is 100, green value is 72 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6448ac hue: 0.71 , saturation: 0.41 and the lightness value of 6448ac is 0.48.

The process color (four color CMYK) of #6448ac color hex is 0.42, 0.58, 0.00, 0.33. Web safe color of #6448ac is #663399. Color #6448ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01001000 10101100
Octal 144 110 254
Decimal 100 72 172
Hex 64 48 AC

RGB Percentages of Color #6448ac

%29.07
%20.93
%50.00

CMYK Percentages of Color #6448ac

%42
%58
%0
%33

Triadic Colors of #6448ac

#6448ac #ac6448 #48ac64

Analogous Colors of #6448ac

#6448ac #9648ac #485eac

Monochromatic Colors of #6448ac

#6448ac

Complementary Color

#6448ac #90ac48

#6448ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6448ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6448ac Color CSS Codes

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

#6448ac Text Font Color

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

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


#6448ac Background Color

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

This div background color is #6448ac


#6448ac Border Color

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

This div border color is #6448ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,72,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6448ac


Comments

No comments written yet.

Please login to write comment.