Color Hex Logo

#6040af Color Hex

#6040AF
(96,64,175)
0 Favorites   0 Comments

Color spaces of #6040af

RGB 9664175
HSL0.710.460.47
HSV257°63°69°
CMYK 0.450.630.00   0.31
XYZ14.39519.248741.5839
Yxy9.24870.22070.1418
Hunter Lab30.411731.2710-59.7830
CIE-Lab36.458840.4039-54.6597

#6040af color RGB value is (96,64,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01000000 10101111
Octal 140 100 257
Decimal 96 64 175
Hex 60 40 AF

RGB Percentages of Color #6040af

%28.66
%19.10
%52.24

CMYK Percentages of Color #6040af

%45
%63
%0
%31

Triadic Colors of #6040af

#6040af #af6040 #40af60

Analogous Colors of #6040af

#6040af #9840af #4057af

Monochromatic Colors of #6040af

#6040af

Complementary Color

#6040af #8faf40

#6040af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6040af Color Preview on White Background

Lorem ipsum dolor sit amet.

#6040af Color CSS Codes

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

#6040af Text Font Color

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

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


#6040af Background Color

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

This div background color is #6040af


#6040af Border Color

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

This div border color is #6040af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6040af


Comments

No comments written yet.

Please login to write comment.