Color Hex Logo

#0626eb Color Hex

#0626EB
(6,38,235)
0 Favorites   0 Comments

Color spaces of #0626eb

RGB 638235
HSL0.640.950.47
HSV232°97°92°
CMYK 0.970.840.00   0.08
XYZ15.76367.423179.1992
Yxy7.42310.15400.0725
Hunter Lab27.245455.5970-153.2776
CIE-Lab32.751364.5757-95.8125

#0626eb color RGB value is (6,38,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00100110 11101011
Octal 6 46 353
Decimal 6 38 235
Hex 6 26 EB

RGB Percentages of Color #0626eb

%2.15
%13.62
%84.23

CMYK Percentages of Color #0626eb

%97
%84
%0
%8

Triadic Colors of #0626eb

#0626eb #eb0626 #26eb06

Analogous Colors of #0626eb

#0626eb #5806eb #0699eb

Monochromatic Colors of #0626eb

#0626eb

Complementary Color

#0626eb #ebcb06

#0626eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0626eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0626eb Color CSS Codes

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

#0626eb Text Font Color

<p style="color:#0626eb">Text here</p>

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


#0626eb Background Color

<div style="background-color:#0626eb">
Div content here</div>

This div background color is #0626eb


#0626eb Border Color

<div style="border:3px solid #0626eb">
Div here</div>

This div border color is #0626eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,38,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 #0626eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0626eb


Comments

No comments written yet.

Please login to write comment.