Color Hex Logo

#486deb Color Hex

#486DEB
(72,109,235)
0 Favorites   0 Comments

Color spaces of #486deb

RGB 72109235
HSL0.630.800.60
HSV226°69°92°
CMYK 0.690.540.00   0.08
XYZ23.136518.313280.9126
Yxy18.31320.18910.1497
Hunter Lab42.793921.6165-82.1468
CIE-Lab49.873828.2541-67.5788

#486deb color RGB value is (72,109,235).

#486deb hex color red value is 72, green value is 109 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #486deb hue: 0.63 , saturation: 0.80 and the lightness value of 486deb is 0.60.

The process color (four color CMYK) of #486deb color hex is 0.69, 0.54, 0.00, 0.08. Web safe color of #486deb is #3366ff. Color #486deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101101 11101011
Octal 110 155 353
Decimal 72 109 235
Hex 48 6D EB

RGB Percentages of Color #486deb

%17.31
%26.20
%56.49

CMYK Percentages of Color #486deb

%69
%54
%0
%8

Triadic Colors of #486deb

#486deb #eb486d #6deb48

Analogous Colors of #486deb

#486deb #7548eb #48bfeb

Monochromatic Colors of #486deb

#486deb

Complementary Color

#486deb #ebc648

#486deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#486deb Color CSS Codes

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

#486deb Text Font Color

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

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


#486deb Background Color

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

This div background color is #486deb


#486deb Border Color

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

This div border color is #486deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486deb


Comments

No comments written yet.

Please login to write comment.