Color Hex Logo

#487fdc Color Hex

#487FDC
(72,127,220)
0 Favorites   0 Comments

Color spaces of #487fdc

RGB 72127220
HSL0.600.680.57
HSV218°67°86°
CMYK 0.670.420.00   0.14
XYZ23.180121.723870.6815
Yxy21.72380.20050.1879
Hunter Lab46.60887.2086-57.2862
CIE-Lab53.732711.8169-52.9435

#487fdc color RGB value is (72,127,220).

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

The process color (four color CMYK) of #487fdc color hex is 0.67, 0.42, 0.00, 0.14. Web safe color of #487fdc is #3366cc. Color #487fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111111 11011100
Octal 110 177 334
Decimal 72 127 220
Hex 48 7F DC

RGB Percentages of Color #487fdc

%17.18
%30.31
%52.51

CMYK Percentages of Color #487fdc

%67
%42
%0
%14

Triadic Colors of #487fdc

#487fdc #dc487f #7fdc48

Analogous Colors of #487fdc

#487fdc #5b48dc #48c9dc

Monochromatic Colors of #487fdc

#487fdc

Complementary Color

#487fdc #dca548

#487fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#487fdc Color CSS Codes

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

#487fdc Text Font Color

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

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


#487fdc Background Color

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

This div background color is #487fdc


#487fdc Border Color

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

This div border color is #487fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487fdc


Comments

No comments written yet.

Please login to write comment.