Color Hex Logo

#486aea Color Hex

#486AEA
(72,106,234)
0 Favorites   0 Comments

Color spaces of #486aea

RGB 72106234
HSL0.630.790.60
HSV227°69°92°
CMYK 0.690.550.00   0.08
XYZ22.677817.626380.0489
Yxy17.62630.18840.1465
Hunter Lab41.983722.9466-83.6577
CIE-Lab49.039729.7726-68.3701

#486aea color RGB value is (72,106,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101010 11101010
Octal 110 152 352
Decimal 72 106 234
Hex 48 6A EA

RGB Percentages of Color #486aea

%17.48
%25.73
%56.80

CMYK Percentages of Color #486aea

%69
%55
%0
%8

Triadic Colors of #486aea

#486aea #ea486a #6aea48

Analogous Colors of #486aea

#486aea #7748ea #48bbea

Monochromatic Colors of #486aea

#486aea

Complementary Color

#486aea #eac848

#486aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#486aea Color CSS Codes

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

#486aea Text Font Color

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

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


#486aea Background Color

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

This div background color is #486aea


#486aea Border Color

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

This div border color is #486aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486aea


Comments

No comments written yet.

Please login to write comment.