Color Hex Logo

#0484da Color Hex

#0484DA
(4,132,218)
0 Favorites   0 Comments

Color spaces of #0484da

RGB 4132218
HSL0.570.960.44
HSV204°98°85°
CMYK 0.980.390.00   0.15
XYZ20.956221.590369.3925
Yxy21.59030.18720.1929
Hunter Lab46.4654-0.8097-56.0194
CIE-Lab53.58962.1060-52.1312

#0484da color RGB value is (4,132,218).

#0484da hex color red value is 4, green value is 132 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #0484da hue: 0.57 , saturation: 0.96 and the lightness value of 0484da is 0.44.

The process color (four color CMYK) of #0484da color hex is 0.98, 0.39, 0.00, 0.15. Web safe color of #0484da is #0099cc. Color #0484da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10000100 11011010
Octal 4 204 332
Decimal 4 132 218
Hex 4 84 DA

RGB Percentages of Color #0484da

%1.13
%37.29
%61.58

CMYK Percentages of Color #0484da

%98
%39
%0
%15

Triadic Colors of #0484da

#0484da #da0484 #84da04

Analogous Colors of #0484da

#0484da #0419da #04dac5

Monochromatic Colors of #0484da

#0484da

Complementary Color

#0484da #da5a04

#0484da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0484da Color Preview on White Background

Lorem ipsum dolor sit amet.

#0484da Color CSS Codes

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

#0484da Text Font Color

<p style="color:#0484da">Text here</p>

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


#0484da Background Color

<div style="background-color:#0484da">
Div content here</div>

This div background color is #0484da


#0484da Border Color

<div style="border:3px solid #0484da">
Div here</div>

This div border color is #0484da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,132,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0484da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0484da;
  -webkit-box-shadow: 1px 1px 3px 2px #0484da;
  box-shadow:         1px 1px 3px 2px #0484da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0484da


Comments

No comments written yet.

Please login to write comment.