Color Hex Logo

#487fea Color Hex

#487FEA
(72,127,234)
0 Favorites   0 Comments

Color spaces of #487fea

RGB 72127234
HSL0.610.790.60
HSV220°69°92°
CMYK 0.690.460.00   0.08
XYZ25.113122.497080.8606
Yxy22.49700.19550.1751
Hunter Lab47.431011.5054-67.8762
CIE-Lab54.550416.7450-59.4769

#487fea color RGB value is (72,127,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111111 11101010
Octal 110 177 352
Decimal 72 127 234
Hex 48 7F EA

RGB Percentages of Color #487fea

%16.63
%29.33
%54.04

CMYK Percentages of Color #487fea

%69
%46
%0
%8

Triadic Colors of #487fea

#487fea #ea487f #7fea48

Analogous Colors of #487fea

#487fea #6248ea #48d0ea

Monochromatic Colors of #487fea

#487fea

Complementary Color

#487fea #eab348

#487fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#487fea Color CSS Codes

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

#487fea Text Font Color

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

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


#487fea Background Color

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

This div background color is #487fea


#487fea Border Color

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

This div border color is #487fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487fea


Comments

No comments written yet.

Please login to write comment.