Color Hex Logo

#486ecf Color Hex

#486ECF
(72,110,207)
0 Favorites   0 Comments

Color spaces of #486ecf

RGB 72110207
HSL0.620.580.55
HSV223°65°81°
CMYK 0.650.470.00   0.19
XYZ19.510917.034661.2911
Yxy17.03460.19940.1741
Hunter Lab41.273012.1542-59.1556
CIE-Lab48.303617.7801-54.2680

#486ecf color RGB value is (72,110,207).

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

The process color (four color CMYK) of #486ecf color hex is 0.65, 0.47, 0.00, 0.19. Web safe color of #486ecf is #3366cc. Color #486ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101110 11001111
Octal 110 156 317
Decimal 72 110 207
Hex 48 6E CF

RGB Percentages of Color #486ecf

%18.51
%28.28
%53.21

CMYK Percentages of Color #486ecf

%65
%47
%0
%19

Triadic Colors of #486ecf

#486ecf #cf486e #6ecf48

Analogous Colors of #486ecf

#486ecf #6648cf #48b2cf

Monochromatic Colors of #486ecf

#486ecf

Complementary Color

#486ecf #cfa948

#486ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#486ecf Color CSS Codes

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

#486ecf Text Font Color

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

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


#486ecf Background Color

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

This div background color is #486ecf


#486ecf Border Color

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

This div border color is #486ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486ecf


Comments

No comments written yet.

Please login to write comment.