Color Hex Logo

#0652ad Color Hex

#0652AD
(6,82,173)
0 Favorites   0 Comments

Color spaces of #0652ad

RGB 682173
HSL0.590.930.35
HSV213°97°68°
CMYK 0.970.530.00   0.32
XYZ10.63529.090440.7293
Yxy9.09040.17590.1504
Hunter Lab30.150310.2010-58.9882
CIE-Lab36.157816.1203-54.1778

#0652ad color RGB value is (6,82,173).

#0652ad hex color red value is 6, green value is 82 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #0652ad hue: 0.59 , saturation: 0.93 and the lightness value of 0652ad is 0.35.

The process color (four color CMYK) of #0652ad color hex is 0.97, 0.53, 0.00, 0.32. Web safe color of #0652ad is #006699. Color #0652ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01010010 10101101
Octal 6 122 255
Decimal 6 82 173
Hex 6 52 AD

RGB Percentages of Color #0652ad

%2.30
%31.42
%66.28

CMYK Percentages of Color #0652ad

%97
%53
%0
%32

Triadic Colors of #0652ad

#0652ad #ad0652 #52ad06

Analogous Colors of #0652ad

#0652ad #0d06ad #06a6ad

Monochromatic Colors of #0652ad

#0652ad

Complementary Color

#0652ad #ad6106

#0652ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0652ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#0652ad Color CSS Codes

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

#0652ad Text Font Color

<p style="color:#0652ad">Text here</p>

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


#0652ad Background Color

<div style="background-color:#0652ad">
Div content here</div>

This div background color is #0652ad


#0652ad Border Color

<div style="border:3px solid #0652ad">
Div here</div>

This div border color is #0652ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,82,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0652ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0652ad;
  -webkit-box-shadow: 1px 1px 3px 2px #0652ad;
  box-shadow:         1px 1px 3px 2px #0652ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,82,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0652ad


Comments

No comments written yet.

Please login to write comment.