Color Hex Logo

#0654eb Color Hex

#0654EB
(6,84,235)
0 Favorites   0 Comments

Color spaces of #0654eb

RGB 684235
HSL0.610.950.47
HSV220°97°92°
CMYK 0.970.640.00   0.08
XYZ18.240812.377580.0250
Yxy12.37750.16490.1119
Hunter Lab35.181730.9798-110.2352
CIE-Lab41.809939.2259-80.8172

#0654eb color RGB value is (6,84,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01010100 11101011
Octal 6 124 353
Decimal 6 84 235
Hex 6 54 EB

RGB Percentages of Color #0654eb

%1.85
%25.85
%72.31

CMYK Percentages of Color #0654eb

%97
%64
%0
%8

Triadic Colors of #0654eb

#0654eb #eb0654 #54eb06

Analogous Colors of #0654eb

#0654eb #2a06eb #06c7eb

Monochromatic Colors of #0654eb

#0654eb

Complementary Color

#0654eb #eb9d06

#0654eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0654eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0654eb Color CSS Codes

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

#0654eb Text Font Color

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

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


#0654eb Background Color

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

This div background color is #0654eb


#0654eb Border Color

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

This div border color is #0654eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0654eb


Comments

No comments written yet.

Please login to write comment.