Color Hex Logo

#062ace Color Hex

#062ACE
(6,42,206)
0 Favorites   0 Comments

Color spaces of #062ace

RGB 642206
HSL0.640.940.42
HSV229°97°81°
CMYK 0.970.800.00   0.19
XYZ12.04366.150958.9450
Yxy6.15090.15610.0797
Hunter Lab24.801043.2795-123.5549
CIE-Lab29.790053.7654-84.0534

#062ace color RGB value is (6,42,206).

#062ace hex color red value is 6, green value is 42 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #062ace hue: 0.64 , saturation: 0.94 and the lightness value of 062ace is 0.42.

The process color (four color CMYK) of #062ace color hex is 0.97, 0.80, 0.00, 0.19. Web safe color of #062ace is #0033cc. Color #062ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00101010 11001110
Octal 6 52 316
Decimal 6 42 206
Hex 6 2A CE

RGB Percentages of Color #062ace

%2.36
%16.54
%81.10

CMYK Percentages of Color #062ace

%97
%80
%0
%19

Triadic Colors of #062ace

#062ace #ce062a #2ace06

Analogous Colors of #062ace

#062ace #4606ce #068ece

Monochromatic Colors of #062ace

#062ace

Complementary Color

#062ace #ceaa06

#062ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#062ace Color CSS Codes

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

#062ace Text Font Color

<p style="color:#062ace">Text here</p>

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


#062ace Background Color

<div style="background-color:#062ace">
Div content here</div>

This div background color is #062ace


#062ace Border Color

<div style="border:3px solid #062ace">
Div here</div>

This div border color is #062ace


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,42,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #062ace; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #062ace;
  -webkit-box-shadow: 1px 1px 3px 2px #062ace;
  box-shadow:         1px 1px 3px 2px #062ace; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062ace


Comments

No comments written yet.

Please login to write comment.