Color Hex Logo

#486aed Color Hex

#486AED
(72,106,237)
0 Favorites   0 Comments

Color spaces of #486aed

RGB 72106237
HSL0.630.820.61
HSV228°70°93°
CMYK 0.700.550.00   0.07
XYZ23.112617.800282.3384
Yxy17.80020.18750.1444
Hunter Lab42.190323.9525-86.1769
CIE-Lab49.252930.8230-69.7072

#486aed color RGB value is (72,106,237).

#486aed hex color red value is 72, green value is 106 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #486aed hue: 0.63 , saturation: 0.82 and the lightness value of 486aed is 0.61.

The process color (four color CMYK) of #486aed color hex is 0.70, 0.55, 0.00, 0.07. Web safe color of #486aed is #3366ff. Color #486aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101010 11101101
Octal 110 152 355
Decimal 72 106 237
Hex 48 6A ED

RGB Percentages of Color #486aed

%17.35
%25.54
%57.11

CMYK Percentages of Color #486aed

%70
%55
%0
%7

Triadic Colors of #486aed

#486aed #ed486a #6aed48

Analogous Colors of #486aed

#486aed #7948ed #48bded

Monochromatic Colors of #486aed

#486aed

Complementary Color

#486aed #edcb48

#486aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#486aed Color CSS Codes

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

#486aed Text Font Color

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

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


#486aed Background Color

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

This div background color is #486aed


#486aed Border Color

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

This div border color is #486aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486aed


Comments

No comments written yet.

Please login to write comment.