Color Hex Logo

#487ffc Color Hex

#487FFC
(72,127,252)
0 Favorites   0 Comments

Color spaces of #487ffc

RGB 72127252
HSL0.620.970.64
HSV222°71°99°
CMYK 0.710.500.00   0.01
XYZ27.832523.584795.1808
Yxy23.58470.18990.1609
Hunter Lab48.564117.3128-82.2077
CIE-Lab55.669623.1074-67.6634

#487ffc color RGB value is (72,127,252).

#487ffc hex color red value is 72, green value is 127 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #487ffc hue: 0.62 , saturation: 0.97 and the lightness value of 487ffc is 0.64.

The process color (four color CMYK) of #487ffc color hex is 0.71, 0.50, 0.00, 0.01. Web safe color of #487ffc is #3366ff. Color #487ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111111 11111100
Octal 110 177 374
Decimal 72 127 252
Hex 48 7F FC

RGB Percentages of Color #487ffc

%15.96
%28.16
%55.88

CMYK Percentages of Color #487ffc

%71
%50
%0
%1

Triadic Colors of #487ffc

#487ffc #fc487f #7ffc48

Analogous Colors of #487ffc

#487ffc #6b48fc #48d9fc

Monochromatic Colors of #487ffc

#487ffc

Complementary Color

#487ffc #fcc548

#487ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#487ffc Color CSS Codes

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

#487ffc Text Font Color

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

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


#487ffc Background Color

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

This div background color is #487ffc


#487ffc Border Color

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

This div border color is #487ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.