Color Hex Logo

#0450dc Color Hex

#0450DC
(4,80,220)
0 Favorites   0 Comments

Color spaces of #0450dc

RGB 480220
HSL0.610.960.44
HSV219°98°86°
CMYK 0.980.640.00   0.14
XYZ15.837010.930468.9852
Yxy10.93040.16540.1142
Hunter Lab33.061227.6483-100.5713
CIE-Lab39.463036.0718-76.1499

#0450dc color RGB value is (4,80,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01010000 11011100
Octal 4 120 334
Decimal 4 80 220
Hex 4 50 DC

RGB Percentages of Color #0450dc

%1.32
%26.32
%72.37

CMYK Percentages of Color #0450dc

%98
%64
%0
%14

Triadic Colors of #0450dc

#0450dc #dc0450 #50dc04

Analogous Colors of #0450dc

#0450dc #2404dc #04bcdc

Monochromatic Colors of #0450dc

#0450dc

Complementary Color

#0450dc #dc9004

#0450dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0450dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0450dc Color CSS Codes

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

#0450dc Text Font Color

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

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


#0450dc Background Color

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

This div background color is #0450dc


#0450dc Border Color

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

This div border color is #0450dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0450dc


Comments

No comments written yet.

Please login to write comment.