Color Hex Logo

#487aea Color Hex

#487AEA
(72,122,234)
0 Favorites   0 Comments

Color spaces of #487aea

RGB 72122234
HSL0.620.790.60
HSV221°69°92°
CMYK 0.690.480.00   0.08
XYZ24.483321.237380.6507
Yxy21.23730.19370.1681
Hunter Lab46.083914.1859-71.5036
CIE-Lab53.208219.8254-61.6341

#487aea color RGB value is (72,122,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111010 11101010
Octal 110 172 352
Decimal 72 122 234
Hex 48 7A EA

RGB Percentages of Color #487aea

%16.82
%28.50
%54.67

CMYK Percentages of Color #487aea

%69
%48
%0
%8

Triadic Colors of #487aea

#487aea #ea487a #7aea48

Analogous Colors of #487aea

#487aea #6748ea #48cbea

Monochromatic Colors of #487aea

#487aea

Complementary Color

#487aea #eab848

#487aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#487aea Color CSS Codes

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

#487aea Text Font Color

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

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


#487aea Background Color

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

This div background color is #487aea


#487aea Border Color

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

This div border color is #487aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487aea


Comments

No comments written yet.

Please login to write comment.