Color Hex Logo

#6411af Color Hex

#6411AF
(100,17,175)
0 Favorites   0 Comments

Color spaces of #6411af

RGB 10017175
HSL0.750.820.38
HSV272°90°69°
CMYK 0.430.900.00   0.31
XYZ13.19386.205441.0598
Yxy6.20540.21820.1026
Hunter Lab24.910650.9480-80.2893
CIE-Lab29.924960.9371-65.3129

#6411af color RGB value is (100,17,175).

#6411af hex color red value is 100, green value is 17 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6411af hue: 0.75 , saturation: 0.82 and the lightness value of 6411af is 0.38.

The process color (four color CMYK) of #6411af color hex is 0.43, 0.90, 0.00, 0.31. Web safe color of #6411af is #660099. Color #6411af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00010001 10101111
Octal 144 21 257
Decimal 100 17 175
Hex 64 11 AF

RGB Percentages of Color #6411af

%34.25
%5.82
%59.93

CMYK Percentages of Color #6411af

%43
%90
%0
%31

Triadic Colors of #6411af

#6411af #af6411 #11af64

Analogous Colors of #6411af

#6411af #af11ab #1511af

Monochromatic Colors of #6411af

#6411af

Complementary Color

#6411af #5caf11

#6411af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6411af Color Preview on White Background

Lorem ipsum dolor sit amet.

#6411af Color CSS Codes

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

#6411af Text Font Color

<p style="color:#6411af">Text here</p>

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


#6411af Background Color

<div style="background-color:#6411af">
Div content here</div>

This div background color is #6411af


#6411af Border Color

<div style="border:3px solid #6411af">
Div here</div>

This div border color is #6411af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,17,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6411af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6411af;
  -webkit-box-shadow: 1px 1px 3px 2px #6411af;
  box-shadow:         1px 1px 3px 2px #6411af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6411af


Comments

No comments written yet.

Please login to write comment.