Color Hex Logo

#062afc Color Hex

#062AFC
(6,42,252)
0 Favorites   0 Comments

Color spaces of #062afc

RGB 642252
HSL0.640.980.51
HSV231°98°99°
CMYK 0.980.830.00   0.01
XYZ18.47388.722992.8055
Yxy8.72290.15390.0727
Hunter Lab29.534659.9659-165.6309
CIE-Lab35.445267.8828-100.9288

#062afc color RGB value is (6,42,252).

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

The process color (four color CMYK) of #062afc color hex is 0.98, 0.83, 0.00, 0.01. Web safe color of #062afc is #0033ff. Color #062afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00101010 11111100
Octal 6 52 374
Decimal 6 42 252
Hex 6 2A FC

RGB Percentages of Color #062afc

%2.00
%14.00
%84.00

CMYK Percentages of Color #062afc

%98
%83
%0
%1

Triadic Colors of #062afc

#062afc #fc062a #2afc06

Analogous Colors of #062afc

#062afc #5d06fc #06a5fc

Monochromatic Colors of #062afc

#062afc

Complementary Color

#062afc #fcd806

#062afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#062afc Color CSS Codes

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

#062afc Text Font Color

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

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


#062afc Background Color

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

This div background color is #062afc


#062afc Border Color

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

This div border color is #062afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062afc


Comments

No comments written yet.

Please login to write comment.