Color Hex Logo

#486dca Color Hex

#486DCA
(72,109,202)
0 Favorites   0 Comments

Color spaces of #486dca

RGB 72109202
HSL0.620.550.54
HSV223°64°79°
CMYK 0.640.460.00   0.21
XYZ18.801816.579358.0863
Yxy16.57930.20120.1774
Hunter Lab40.717711.1682-56.0785
CIE-Lab47.725516.6545-52.3348

#486dca color RGB value is (72,109,202).

#486dca hex color red value is 72, green value is 109 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #486dca hue: 0.62 , saturation: 0.55 and the lightness value of 486dca is 0.54.

The process color (four color CMYK) of #486dca color hex is 0.64, 0.46, 0.00, 0.21. Web safe color of #486dca is #3366cc. Color #486dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101101 11001010
Octal 110 155 312
Decimal 72 109 202
Hex 48 6D CA

RGB Percentages of Color #486dca

%18.80
%28.46
%52.74

CMYK Percentages of Color #486dca

%64
%46
%0
%21

Triadic Colors of #486dca

#486dca #ca486d #6dca48

Analogous Colors of #486dca

#486dca #6448ca #48aeca

Monochromatic Colors of #486dca

#486dca

Complementary Color

#486dca #caa548

#486dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#486dca Color CSS Codes

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

#486dca Text Font Color

<p style="color:#486dca">Text here</p>

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


#486dca Background Color

<div style="background-color:#486dca">
Div content here</div>

This div background color is #486dca


#486dca Border Color

<div style="border:3px solid #486dca">
Div here</div>

This div border color is #486dca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,109,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #486dca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #486dca;
  -webkit-box-shadow: 1px 1px 3px 2px #486dca;
  box-shadow:         1px 1px 3px 2px #486dca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486dca


Comments

No comments written yet.

Please login to write comment.