Color Hex Logo

#486bea Color Hex

#486BEA
(72,107,234)
0 Favorites   0 Comments

Color spaces of #486bea

RGB 72107234
HSL0.630.790.60
HSV227°69°92°
CMYK 0.690.540.00   0.08
XYZ22.781517.833680.0834
Yxy17.83360.18870.1478
Hunter Lab42.229822.3922-82.8749
CIE-Lab49.293729.1498-67.9581

#486bea color RGB value is (72,107,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101011 11101010
Octal 110 153 352
Decimal 72 107 234
Hex 48 6B EA

RGB Percentages of Color #486bea

%17.43
%25.91
%56.66

CMYK Percentages of Color #486bea

%69
%54
%0
%8

Triadic Colors of #486bea

#486bea #ea486b #6bea48

Analogous Colors of #486bea

#486bea #7648ea #48bcea

Monochromatic Colors of #486bea

#486bea

Complementary Color

#486bea #eac748

#486bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#486bea Color CSS Codes

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

#486bea Text Font Color

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

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


#486bea Background Color

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

This div background color is #486bea


#486bea Border Color

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

This div border color is #486bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486bea

#486bea Color Palettes


Comments

No comments written yet.

Please login to write comment.