Color Hex Logo

#0605ae Color Hex

#0605AE
(6,5,174)
0 Favorites   0 Comments

Color spaces of #0605ae

RGB 65174
HSL0.670.940.35
HSV240°97°68°
CMYK 0.970.970.00   0.32
XYZ7.76943.203340.2532
Yxy3.20330.15170.0625
Hunter Lab17.897846.1656-120.8185
CIE-Lab20.840458.2020-80.0234

#0605ae color RGB value is (6,5,174).

#0605ae hex color red value is 6, green value is 5 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #0605ae hue: 0.67 , saturation: 0.94 and the lightness value of 0605ae is 0.35.

The process color (four color CMYK) of #0605ae color hex is 0.97, 0.97, 0.00, 0.32. Web safe color of #0605ae is #000099. Color #0605ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00000101 10101110
Octal 6 5 256
Decimal 6 5 174
Hex 6 5 AE

RGB Percentages of Color #0605ae

%3.24
%2.70
%94.05

CMYK Percentages of Color #0605ae

%97
%97
%0
%32

Triadic Colors of #0605ae

#0605ae #ae0605 #05ae06

Analogous Colors of #0605ae

#0605ae #5a05ae #0559ae

Monochromatic Colors of #0605ae

#0605ae

Complementary Color

#0605ae #adae05

#0605ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0605ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0605ae Color CSS Codes

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

#0605ae Text Font Color

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

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


#0605ae Background Color

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

This div background color is #0605ae


#0605ae Border Color

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

This div border color is #0605ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0605ae


Comments

No comments written yet.

Please login to write comment.