Color Hex Logo

#487ade Color Hex

#487ADE
(72,122,222)
0 Favorites   0 Comments

Color spaces of #487ade

RGB 72122222
HSL0.610.690.58
HSV220°68°87°
CMYK 0.680.450.00   0.13
XYZ22.816820.570771.8752
Yxy20.57070.19800.1785
Hunter Lab45.354910.4272-62.2100
CIE-Lab52.476415.5914-56.0790

#487ade color RGB value is (72,122,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111010 11011110
Octal 110 172 336
Decimal 72 122 222
Hex 48 7A DE

RGB Percentages of Color #487ade

%17.31
%29.33
%53.37

CMYK Percentages of Color #487ade

%68
%45
%0
%13

Triadic Colors of #487ade

#487ade #de487a #7ade48

Analogous Colors of #487ade

#487ade #6148de #48c5de

Monochromatic Colors of #487ade

#487ade

Complementary Color

#487ade #deac48

#487ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#487ade Color CSS Codes

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

#487ade Text Font Color

<p style="color:#487ade">Text here</p>

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


#487ade Background Color

<div style="background-color:#487ade">
Div content here</div>

This div background color is #487ade


#487ade Border Color

<div style="border:3px solid #487ade">
Div here</div>

This div border color is #487ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487ade


Comments

No comments written yet.

Please login to write comment.