Color Hex Logo

#641aac Color Hex

#641AAC
(100,26,172)
0 Favorites   0 Comments

Color spaces of #641aac

RGB 10026172
HSL0.750.740.39
HSV270°85°67°
CMYK 0.420.850.00   0.33
XYZ13.07136.426739.5813
Yxy6.42670.22130.1088
Hunter Lab25.350947.6730-74.8259
CIE-Lab30.464457.8077-62.6270

#641aac color RGB value is (100,26,172).

#641aac hex color red value is 100, green value is 26 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #641aac hue: 0.75 , saturation: 0.74 and the lightness value of 641aac is 0.39.

The process color (four color CMYK) of #641aac color hex is 0.42, 0.85, 0.00, 0.33. Web safe color of #641aac is #663399. Color #641aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00011010 10101100
Octal 144 32 254
Decimal 100 26 172
Hex 64 1A AC

RGB Percentages of Color #641aac

%33.56
%8.72
%57.72

CMYK Percentages of Color #641aac

%42
%85
%0
%33

Triadic Colors of #641aac

#641aac #ac641a #1aac64

Analogous Colors of #641aac

#641aac #ac1aab #1b1aac

Monochromatic Colors of #641aac

#641aac

Complementary Color

#641aac #62ac1a

#641aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#641aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#641aac Color CSS Codes

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

#641aac Text Font Color

<p style="color:#641aac">Text here</p>

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


#641aac Background Color

<div style="background-color:#641aac">
Div content here</div>

This div background color is #641aac


#641aac Border Color

<div style="border:3px solid #641aac">
Div here</div>

This div border color is #641aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #641aac


Comments

No comments written yet.

Please login to write comment.