Color Hex Logo

#0450ce Color Hex

#0450CE
(4,80,206)
0 Favorites   0 Comments

Color spaces of #0450ce

RGB 480206
HSL0.600.960.41
HSV217°98°81°
CMYK 0.980.610.00   0.19
XYZ14.059310.219459.6240
Yxy10.21940.16760.1218
Hunter Lab31.967822.5599-88.2059
CIE-Lab38.233430.6662-70.1195

#0450ce color RGB value is (4,80,206).

#0450ce hex color red value is 4, green value is 80 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #0450ce hue: 0.60 , saturation: 0.96 and the lightness value of 0450ce is 0.41.

The process color (four color CMYK) of #0450ce color hex is 0.98, 0.61, 0.00, 0.19. Web safe color of #0450ce is #0066cc. Color #0450ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01010000 11001110
Octal 4 120 316
Decimal 4 80 206
Hex 4 50 CE

RGB Percentages of Color #0450ce

%1.38
%27.59
%71.03

CMYK Percentages of Color #0450ce

%98
%61
%0
%19

Triadic Colors of #0450ce

#0450ce #ce0450 #50ce04

Analogous Colors of #0450ce

#0450ce #1d04ce #04b5ce

Monochromatic Colors of #0450ce

#0450ce

Complementary Color

#0450ce #ce8204

#0450ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0450ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0450ce Color CSS Codes

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

#0450ce Text Font Color

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

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


#0450ce Background Color

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

This div background color is #0450ce


#0450ce Border Color

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

This div border color is #0450ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,80,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 #0450ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0450ce


Comments

No comments written yet.

Please login to write comment.