Color Hex Logo

#487fcc Color Hex

#487FCC
(72,127,204)
0 Favorites   0 Comments

Color spaces of #487fcc

RGB 72127204
HSL0.600.560.54
HSV215°65°80°
CMYK 0.650.380.00   0.20
XYZ21.160920.916160.0486
Yxy20.91610.20720.2048
Hunter Lab45.73412.5561-45.8335
CIE-Lab52.85756.2416-45.2928

#487fcc color RGB value is (72,127,204).

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

The process color (four color CMYK) of #487fcc color hex is 0.65, 0.38, 0.00, 0.20. Web safe color of #487fcc is #3366cc. Color #487fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111111 11001100
Octal 110 177 314
Decimal 72 127 204
Hex 48 7F CC

RGB Percentages of Color #487fcc

%17.87
%31.51
%50.62

CMYK Percentages of Color #487fcc

%65
%38
%0
%20

Triadic Colors of #487fcc

#487fcc #cc487f #7fcc48

Analogous Colors of #487fcc

#487fcc #5348cc #48c1cc

Monochromatic Colors of #487fcc

#487fcc

Complementary Color

#487fcc #cc9548

#487fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#487fcc Color CSS Codes

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

#487fcc Text Font Color

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

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


#487fcc Background Color

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

This div background color is #487fcc


#487fcc Border Color

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

This div border color is #487fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487fcc


Comments

No comments written yet.

Please login to write comment.