Color Hex Logo

#062aee Color Hex

#062AEE
(6,42,238)
0 Favorites   0 Comments

Color spaces of #062aee

RGB 642238
HSL0.640.950.48
HSV231°97°93°
CMYK 0.970.820.00   0.07
XYZ16.33577.867781.5466
Yxy7.86770.15450.0744
Hunter Lab28.049454.8701-152.7361
CIE-Lab33.705863.7454-95.9265

#062aee color RGB value is (6,42,238).

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

The process color (four color CMYK) of #062aee color hex is 0.97, 0.82, 0.00, 0.07. Web safe color of #062aee is #0033ff. Color #062aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00101010 11101110
Octal 6 52 356
Decimal 6 42 238
Hex 6 2A EE

RGB Percentages of Color #062aee

%2.10
%14.69
%83.22

CMYK Percentages of Color #062aee

%97
%82
%0
%7

Triadic Colors of #062aee

#062aee #ee062a #2aee06

Analogous Colors of #062aee

#062aee #5606ee #069eee

Monochromatic Colors of #062aee

#062aee

Complementary Color

#062aee #eeca06

#062aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#062aee Color CSS Codes

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

#062aee Text Font Color

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

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


#062aee Background Color

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

This div background color is #062aee


#062aee Border Color

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

This div border color is #062aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062aee


Comments

No comments written yet.

Please login to write comment.