Color Hex Logo

#641aae Color Hex

#641AAE
(100,26,174)
0 Favorites   0 Comments

Color spaces of #641aae

RGB 10026174
HSL0.750.740.39
HSV270°85°68°
CMYK 0.430.850.00   0.32
XYZ13.26496.504140.6007
Yxy6.50410.21970.1077
Hunter Lab25.503148.2124-76.5368
CIE-Lab30.650258.2748-63.5217

#641aae color RGB value is (100,26,174).

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

The process color (four color CMYK) of #641aae color hex is 0.43, 0.85, 0.00, 0.32. Web safe color of #641aae is #663399. Color #641aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00011010 10101110
Octal 144 32 256
Decimal 100 26 174
Hex 64 1A AE

RGB Percentages of Color #641aae

%33.33
%8.67
%58.00

CMYK Percentages of Color #641aae

%43
%85
%0
%32

Triadic Colors of #641aae

#641aae #ae641a #1aae64

Analogous Colors of #641aae

#641aae #ae1aae #1a1aae

Monochromatic Colors of #641aae

#641aae

Complementary Color

#641aae #64ae1a

#641aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#641aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#641aae Color CSS Codes

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

#641aae Text Font Color

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

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


#641aae Background Color

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

This div background color is #641aae


#641aae Border Color

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

This div border color is #641aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #641aae


Comments

No comments written yet.

Please login to write comment.