Color Hex Logo

#062beb Color Hex

#062BEB
(6,43,235)
0 Favorites   0 Comments

Color spaces of #062beb

RGB 643235
HSL0.640.950.47
HSV230°97°92°
CMYK 0.970.820.00   0.08
XYZ15.93447.764679.2562
Yxy7.76460.15480.0754
Hunter Lab27.865053.3100-149.1324
CIE-Lab33.487762.3901-94.5859

#062beb color RGB value is (6,43,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00101011 11101011
Octal 6 53 353
Decimal 6 43 235
Hex 6 2B EB

RGB Percentages of Color #062beb

%2.11
%15.14
%82.75

CMYK Percentages of Color #062beb

%97
%82
%0
%8

Triadic Colors of #062beb

#062beb #eb062b #2beb06

Analogous Colors of #062beb

#062beb #5306eb #069eeb

Monochromatic Colors of #062beb

#062beb

Complementary Color

#062beb #ebc606

#062beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#062beb Color CSS Codes

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

#062beb Text Font Color

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

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


#062beb Background Color

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

This div background color is #062beb


#062beb Border Color

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

This div border color is #062beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062beb


Comments

No comments written yet.

Please login to write comment.