Color Hex Logo

#0046ce Color Hex

#0046CE
(0,70,206)
0 Favorites   0 Comments

Color spaces of #0046ce

RGB 070206
HSL0.611.000.40
HSV220°100°81°
CMYK 1.000.660.00   0.19
XYZ13.33078.836559.3955
Yxy8.83650.16340.1083
Hunter Lab29.726328.0272-97.6579
CIE-Lab35.667637.0764-74.3339

#0046ce color RGB value is (0,70,206).

#0046ce hex color red value is 0, green value is 70 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #0046ce hue: 0.61 , saturation: 1.00 and the lightness value of 0046ce is 0.40.

The process color (four color CMYK) of #0046ce color hex is 1.00, 0.66, 0.00, 0.19. Web safe color of #0046ce is #0033cc. Color #0046ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01000110 11001110
Octal 0 106 316
Decimal 0 70 206
Hex 0 46 CE

RGB Percentages of Color #0046ce

%0.00
%25.36
%74.64

CMYK Percentages of Color #0046ce

%100
%66
%0
%19

Triadic Colors of #0046ce

#0046ce #ce0046 #46ce00

Analogous Colors of #0046ce

#0046ce #2100ce #00adce

Monochromatic Colors of #0046ce

#0046ce

Complementary Color

#0046ce #ce8800

#0046ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0046ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0046ce Color CSS Codes

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

#0046ce Text Font Color

<p style="color:#0046ce">Text here</p>

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


#0046ce Background Color

<div style="background-color:#0046ce">
Div content here</div>

This div background color is #0046ce


#0046ce Border Color

<div style="border:3px solid #0046ce">
Div here</div>

This div border color is #0046ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,70,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0046ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0046ce;
  -webkit-box-shadow: 1px 1px 3px 2px #0046ce;
  box-shadow:         1px 1px 3px 2px #0046ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,70,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0046ce

#0046ce Color Palettes


Comments

No comments written yet.

Please login to write comment.