Color Hex Logo

#487ccf Color Hex

#487CCF
(72,124,207)
0 Favorites   0 Comments

Color spaces of #487ccf

RGB 72124207
HSL0.600.580.55
HSV217°65°81°
CMYK 0.650.400.00   0.19
XYZ21.142620.298061.8351
Yxy20.29800.20470.1965
Hunter Lab45.05334.9231-49.8375
CIE-Lab52.17259.1071-48.0846

#487ccf color RGB value is (72,124,207).

#487ccf hex color red value is 72, green value is 124 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #487ccf hue: 0.60 , saturation: 0.58 and the lightness value of 487ccf is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111100 11001111
Octal 110 174 317
Decimal 72 124 207
Hex 48 7C CF

RGB Percentages of Color #487ccf

%17.87
%30.77
%51.36

CMYK Percentages of Color #487ccf

%65
%40
%0
%19

Triadic Colors of #487ccf

#487ccf #cf487c #7ccf48

Analogous Colors of #487ccf

#487ccf #5748cf #48c0cf

Monochromatic Colors of #487ccf

#487ccf

Complementary Color

#487ccf #cf9b48

#487ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#487ccf Color CSS Codes

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

#487ccf Text Font Color

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

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


#487ccf Background Color

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

This div background color is #487ccf


#487ccf Border Color

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

This div border color is #487ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487ccf


Comments

No comments written yet.

Please login to write comment.