Color Hex Logo

#487fec Color Hex

#487FEC
(72,127,236)
0 Favorites   0 Comments

Color spaces of #487fec

RGB 72127236
HSL0.610.810.60
HSV220°69°93°
CMYK 0.690.460.00   0.07
XYZ25.402222.612682.3827
Yxy22.61260.19480.1734
Hunter Lab47.552712.1357-69.4301
CIE-Lab54.671017.4515-60.3982

#487fec color RGB value is (72,127,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111111 11101100
Octal 110 177 354
Decimal 72 127 236
Hex 48 7F EC

RGB Percentages of Color #487fec

%16.55
%29.20
%54.25

CMYK Percentages of Color #487fec

%69
%46
%0
%7

Triadic Colors of #487fec

#487fec #ec487f #7fec48

Analogous Colors of #487fec

#487fec #6348ec #48d1ec

Monochromatic Colors of #487fec

#487fec

Complementary Color

#487fec #ecb548

#487fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#487fec Color CSS Codes

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

#487fec Text Font Color

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

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


#487fec Background Color

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

This div background color is #487fec


#487fec Border Color

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

This div border color is #487fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487fec


Comments

No comments written yet.

Please login to write comment.