Color Hex Logo

#062eda Color Hex

#062EDA
(6,46,218)
0 Favorites   0 Comments

Color spaces of #062eda

RGB 646218
HSL0.640.950.44
HSV229°97°85°
CMYK 0.970.790.00   0.15
XYZ13.70707.054766.9689
Yxy7.05470.15620.0804
Hunter Lab26.560745.6361-130.8986
CIE-Lab31.931155.6036-87.4458

#062eda color RGB value is (6,46,218).

#062eda hex color red value is 6, green value is 46 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #062eda hue: 0.64 , saturation: 0.95 and the lightness value of 062eda is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00101110 11011010
Octal 6 56 332
Decimal 6 46 218
Hex 6 2E DA

RGB Percentages of Color #062eda

%2.22
%17.04
%80.74

CMYK Percentages of Color #062eda

%97
%79
%0
%15

Triadic Colors of #062eda

#062eda #da062e #2eda06

Analogous Colors of #062eda

#062eda #4806da #0698da

Monochromatic Colors of #062eda

#062eda

Complementary Color

#062eda #dab206

#062eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#062eda Color CSS Codes

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

#062eda Text Font Color

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

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


#062eda Background Color

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

This div background color is #062eda


#062eda Border Color

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

This div border color is #062eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062eda


Comments

No comments written yet.

Please login to write comment.