Color Hex Logo

#487eda Color Hex

#487EDA
(72,126,218)
0 Favorites   0 Comments

Color spaces of #487eda

RGB 72126218
HSL0.610.660.57
HSV218°67°85°
CMYK 0.670.420.00   0.15
XYZ22.788221.361469.2518
Yxy21.36140.20100.1884
Hunter Lab46.21847.1281-56.4849
CIE-Lab53.342811.7271-52.4403

#487eda color RGB value is (72,126,218).

#487eda hex color red value is 72, green value is 126 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #487eda hue: 0.61 , saturation: 0.66 and the lightness value of 487eda is 0.57.

The process color (four color CMYK) of #487eda color hex is 0.67, 0.42, 0.00, 0.15. Web safe color of #487eda is #3366cc. Color #487eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111110 11011010
Octal 110 176 332
Decimal 72 126 218
Hex 48 7E DA

RGB Percentages of Color #487eda

%17.31
%30.29
%52.40

CMYK Percentages of Color #487eda

%67
%42
%0
%15

Triadic Colors of #487eda

#487eda #da487e #7eda48

Analogous Colors of #487eda

#487eda #5b48da #48c7da

Monochromatic Colors of #487eda

#487eda

Complementary Color

#487eda #daa448

#487eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#487eda Color CSS Codes

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

#487eda Text Font Color

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

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


#487eda Background Color

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

This div background color is #487eda


#487eda Border Color

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

This div border color is #487eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487eda


Comments

No comments written yet.

Please login to write comment.