Color Hex Logo

#486fca Color Hex

#486FCA
(72,111,202)
0 Favorites   0 Comments

Color spaces of #486fca

RGB 72111202
HSL0.620.550.54
HSV222°64°79°
CMYK 0.640.450.00   0.21
XYZ19.017617.010958.1582
Yxy17.01090.20190.1806
Hunter Lab41.244310.1283-54.7333
CIE-Lab48.273815.4017-51.4564

#486fca color RGB value is (72,111,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101111 11001010
Octal 110 157 312
Decimal 72 111 202
Hex 48 6F CA

RGB Percentages of Color #486fca

%18.70
%28.83
%52.47

CMYK Percentages of Color #486fca

%64
%45
%0
%21

Triadic Colors of #486fca

#486fca #ca486f #6fca48

Analogous Colors of #486fca

#486fca #6248ca #48b0ca

Monochromatic Colors of #486fca

#486fca

Complementary Color

#486fca #caa348

#486fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#486fca Color CSS Codes

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

#486fca Text Font Color

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

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


#486fca Background Color

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

This div background color is #486fca


#486fca Border Color

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

This div border color is #486fca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,111,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 #486fca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486fca


Comments

No comments written yet.

Please login to write comment.