Color Hex Logo

#487efc Color Hex

#487EFC
(72,126,252)
0 Favorites   0 Comments

Color spaces of #487efc

RGB 72126252
HSL0.620.970.64
HSV222°71°99°
CMYK 0.710.500.00   0.01
XYZ27.704023.327795.1380
Yxy23.32770.18950.1596
Hunter Lab48.298817.8642-82.9792
CIE-Lab55.408323.7218-68.0852

#487efc color RGB value is (72,126,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111110 11111100
Octal 110 176 374
Decimal 72 126 252
Hex 48 7E FC

RGB Percentages of Color #487efc

%16.00
%28.00
%56.00

CMYK Percentages of Color #487efc

%71
%50
%0
%1

Triadic Colors of #487efc

#487efc #fc487e #7efc48

Analogous Colors of #487efc

#487efc #6c48fc #48d8fc

Monochromatic Colors of #487efc

#487efc

Complementary Color

#487efc #fcc648

#487efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#487efc Color CSS Codes

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

#487efc Text Font Color

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

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


#487efc Background Color

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

This div background color is #487efc


#487efc Border Color

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

This div border color is #487efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487efc

Related Colors


Comments

No comments written yet.

Please login to write comment.