Color Hex Logo

#0623eb Color Hex

#0623EB
(6,35,235)
0 Favorites   0 Comments

Color spaces of #0623eb

RGB 635235
HSL0.650.950.47
HSV232°97°92°
CMYK 0.970.850.00   0.08
XYZ15.67157.238979.1685
Yxy7.23890.15350.0709
Hunter Lab26.905256.8870-155.6270
CIE-Lab32.344765.7924-96.4903

#0623eb color RGB value is (6,35,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00100011 11101011
Octal 6 43 353
Decimal 6 35 235
Hex 6 23 EB

RGB Percentages of Color #0623eb

%2.17
%12.68
%85.14

CMYK Percentages of Color #0623eb

%97
%85
%0
%8

Triadic Colors of #0623eb

#0623eb #eb0623 #23eb06

Analogous Colors of #0623eb

#0623eb #5b06eb #0696eb

Monochromatic Colors of #0623eb

#0623eb

Complementary Color

#0623eb #ebce06

#0623eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0623eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0623eb Color CSS Codes

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

#0623eb Text Font Color

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

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


#0623eb Background Color

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

This div background color is #0623eb


#0623eb Border Color

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

This div border color is #0623eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0623eb


Comments

No comments written yet.

Please login to write comment.