Color Hex Logo

#6541af Color Hex

#6541AF
(101,65,175)
0 Favorites   0 Comments

Color spaces of #6541af

RGB 10165175
HSL0.720.460.47
HSV260°63°69°
CMYK 0.420.630.00   0.31
XYZ14.99509.642441.6283
Yxy9.64240.22630.1455
Hunter Lab31.052231.8556-57.7471
CIE-Lab37.192840.8920-53.4458

#6541af color RGB value is (101,65,175).

#6541af hex color red value is 101, green value is 65 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6541af hue: 0.72 , saturation: 0.46 and the lightness value of 6541af is 0.47.

The process color (four color CMYK) of #6541af color hex is 0.42, 0.63, 0.00, 0.31. Web safe color of #6541af is #663399. Color #6541af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01000001 10101111
Octal 145 101 257
Decimal 101 65 175
Hex 65 41 AF

RGB Percentages of Color #6541af

%29.62
%19.06
%51.32

CMYK Percentages of Color #6541af

%42
%63
%0
%31

Triadic Colors of #6541af

#6541af #af6541 #41af65

Analogous Colors of #6541af

#6541af #9c41af #4154af

Monochromatic Colors of #6541af

#6541af

Complementary Color

#6541af #8baf41

#6541af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6541af Color Preview on White Background

Lorem ipsum dolor sit amet.

#6541af Color CSS Codes

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

#6541af Text Font Color

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

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


#6541af Background Color

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

This div background color is #6541af


#6541af Border Color

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

This div border color is #6541af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,65,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 #6541af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6541af


Comments

No comments written yet.

Please login to write comment.