Color Hex Logo

#062bd2 Color Hex

#062BD2
(6,43,210)
0 Favorites   0 Comments

Color spaces of #062bd2

RGB 643210
HSL0.640.940.42
HSV229°97°82°
CMYK 0.970.800.00   0.18
XYZ12.57186.419661.5493
Yxy6.41960.15610.0797
Hunter Lab25.336944.2294-126.2934
CIE-Lab30.447354.5512-85.2862

#062bd2 color RGB value is (6,43,210).

#062bd2 hex color red value is 6, green value is 43 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #062bd2 hue: 0.64 , saturation: 0.94 and the lightness value of 062bd2 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00101011 11010010
Octal 6 53 322
Decimal 6 43 210
Hex 6 2B D2

RGB Percentages of Color #062bd2

%2.32
%16.60
%81.08

CMYK Percentages of Color #062bd2

%97
%80
%0
%18

Triadic Colors of #062bd2

#062bd2 #d2062b #2bd206

Analogous Colors of #062bd2

#062bd2 #4706d2 #0691d2

Monochromatic Colors of #062bd2

#062bd2

Complementary Color

#062bd2 #d2ad06

#062bd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062bd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#062bd2 Color CSS Codes

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

#062bd2 Text Font Color

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

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


#062bd2 Background Color

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

This div background color is #062bd2


#062bd2 Border Color

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

This div border color is #062bd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062bd2


Comments

No comments written yet.

Please login to write comment.