Color Hex Logo

#062afd Color Hex

#062AFD
(6,42,253)
0 Favorites   0 Comments

Color spaces of #062afd

RGB 642253
HSL0.640.980.51
HSV231°98°99°
CMYK 0.980.830.00   0.01
XYZ18.63278.786593.6424
Yxy8.78650.15390.0726
Hunter Lab29.642060.3299-166.5541
CIE-Lab35.569968.1732-101.2821

#062afd color RGB value is (6,42,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00101010 11111101
Octal 6 52 375
Decimal 6 42 253
Hex 6 2A FD

RGB Percentages of Color #062afd

%1.99
%13.95
%84.05

CMYK Percentages of Color #062afd

%98
%83
%0
%1

Triadic Colors of #062afd

#062afd #fd062a #2afd06

Analogous Colors of #062afd

#062afd #5d06fd #06a6fd

Monochromatic Colors of #062afd

#062afd

Complementary Color

#062afd #fdd906

#062afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#062afd Color CSS Codes

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

#062afd Text Font Color

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

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


#062afd Background Color

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

This div background color is #062afd


#062afd Border Color

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

This div border color is #062afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062afd

Related Colors


Comments

No comments written yet.

Please login to write comment.