Color Hex Logo

#6042ae Color Hex

#6042AE
(96,66,174)
0 Favorites   0 Comments

Color spaces of #6042ae

RGB 9666174
HSL0.710.450.47
HSV257°62°68°
CMYK 0.450.620.00   0.32
XYZ14.41219.439241.1068
Yxy9.43920.22190.1453
Hunter Lab30.723329.9675-57.8219
CIE-Lab36.816538.9669-53.4859

#6042ae color RGB value is (96,66,174).

#6042ae hex color red value is 96, green value is 66 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #6042ae hue: 0.71 , saturation: 0.45 and the lightness value of 6042ae is 0.47.

The process color (four color CMYK) of #6042ae color hex is 0.45, 0.62, 0.00, 0.32. Web safe color of #6042ae is #663399. Color #6042ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01000010 10101110
Octal 140 102 256
Decimal 96 66 174
Hex 60 42 AE

RGB Percentages of Color #6042ae

%28.57
%19.64
%51.79

CMYK Percentages of Color #6042ae

%45
%62
%0
%32

Triadic Colors of #6042ae

#6042ae #ae6042 #42ae60

Analogous Colors of #6042ae

#6042ae #9642ae #425aae

Monochromatic Colors of #6042ae

#6042ae

Complementary Color

#6042ae #90ae42

#6042ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6042ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6042ae Color CSS Codes

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

#6042ae Text Font Color

<p style="color:#6042ae">Text here</p>

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


#6042ae Background Color

<div style="background-color:#6042ae">
Div content here</div>

This div background color is #6042ae


#6042ae Border Color

<div style="border:3px solid #6042ae">
Div here</div>

This div border color is #6042ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,66,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6042ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6042ae;
  -webkit-box-shadow: 1px 1px 3px 2px #6042ae;
  box-shadow:         1px 1px 3px 2px #6042ae; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6042ae


Comments

No comments written yet.

Please login to write comment.