Color Hex Logo

#641fad Color Hex

#641FAD
(100,31,173)
0 Favorites   0 Comments

Color spaces of #641fad

RGB 10031173
HSL0.750.700.40
HSV269°82°68°
CMYK 0.420.820.00   0.32
XYZ13.28836.706440.1293
Yxy6.70640.22100.1115
Hunter Lab25.896746.2739-73.7475
CIE-Lab31.129056.3637-62.1370

#641fad color RGB value is (100,31,173).

#641fad hex color red value is 100, green value is 31 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #641fad hue: 0.75 , saturation: 0.70 and the lightness value of 641fad is 0.40.

The process color (four color CMYK) of #641fad color hex is 0.42, 0.82, 0.00, 0.32. Web safe color of #641fad is #663399. Color #641fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00011111 10101101
Octal 144 37 255
Decimal 100 31 173
Hex 64 1F AD

RGB Percentages of Color #641fad

%32.89
%10.20
%56.91

CMYK Percentages of Color #641fad

%42
%82
%0
%32

Triadic Colors of #641fad

#641fad #ad641f #1fad64

Analogous Colors of #641fad

#641fad #ab1fad #1f21ad

Monochromatic Colors of #641fad

#641fad

Complementary Color

#641fad #68ad1f

#641fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#641fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#641fad Color CSS Codes

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

#641fad Text Font Color

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

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


#641fad Background Color

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

This div background color is #641fad


#641fad Border Color

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

This div border color is #641fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #641fad


Comments

No comments written yet.

Please login to write comment.