Color Hex Logo

#486ede Color Hex

#486EDE
(72,110,222)
0 Favorites   0 Comments

Color spaces of #486ede

RGB 72110222
HSL0.620.690.58
HSV225°68°87°
CMYK 0.680.500.00   0.13
XYZ21.433217.803571.4140
Yxy17.80350.19370.1609
Hunter Lab42.194216.8320-70.8128
CIE-Lab49.256923.0559-61.2566

#486ede color RGB value is (72,110,222).

#486ede hex color red value is 72, green value is 110 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #486ede hue: 0.62 , saturation: 0.69 and the lightness value of 486ede is 0.58.

The process color (four color CMYK) of #486ede color hex is 0.68, 0.50, 0.00, 0.13. Web safe color of #486ede is #3366cc. Color #486ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101110 11011110
Octal 110 156 336
Decimal 72 110 222
Hex 48 6E DE

RGB Percentages of Color #486ede

%17.82
%27.23
%54.95

CMYK Percentages of Color #486ede

%68
%50
%0
%13

Triadic Colors of #486ede

#486ede #de486e #6ede48

Analogous Colors of #486ede

#486ede #6d48de #48b9de

Monochromatic Colors of #486ede

#486ede

Complementary Color

#486ede #deb848

#486ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#486ede Color CSS Codes

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

#486ede Text Font Color

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

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


#486ede Background Color

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

This div background color is #486ede


#486ede Border Color

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

This div border color is #486ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486ede


Comments

No comments written yet.

Please login to write comment.