Color Hex Logo

#062eca Color Hex

#062ECA
(6,46,202)
0 Favorites   0 Comments

Color spaces of #062eca

RGB 646202
HSL0.630.940.41
HSV228°97°79°
CMYK 0.970.770.00   0.21
XYZ11.71286.257056.4675
Yxy6.25700.15740.0841
Hunter Lab25.014039.8081-116.3336
CIE-Lab30.051850.3163-81.2856

#062eca color RGB value is (6,46,202).

#062eca hex color red value is 6, green value is 46 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #062eca hue: 0.63 , saturation: 0.94 and the lightness value of 062eca is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00101110 11001010
Octal 6 56 312
Decimal 6 46 202
Hex 6 2E CA

RGB Percentages of Color #062eca

%2.36
%18.11
%79.53

CMYK Percentages of Color #062eca

%97
%77
%0
%21

Triadic Colors of #062eca

#062eca #ca062e #2eca06

Analogous Colors of #062eca

#062eca #4006ca #0690ca

Monochromatic Colors of #062eca

#062eca

Complementary Color

#062eca #caa206

#062eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#062eca Color CSS Codes

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

#062eca Text Font Color

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

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


#062eca Background Color

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

This div background color is #062eca


#062eca Border Color

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

This div border color is #062eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062eca


Comments

No comments written yet.

Please login to write comment.