Color Hex Logo

#487cbf Color Hex

#487CBF
(72,124,191)
0 Favorites   0 Comments

Color spaces of #487cbf

RGB 72124191
HSL0.590.480.52
HSV214°62°75°
CMYK 0.620.350.00   0.25
XYZ19.284119.554652.0483
Yxy19.55460.21220.2152
Hunter Lab44.22060.4558-38.8308
CIE-Lab51.32983.5887-40.2932

#487cbf color RGB value is (72,124,191).

#487cbf hex color red value is 72, green value is 124 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #487cbf hue: 0.59 , saturation: 0.48 and the lightness value of 487cbf is 0.52.

The process color (four color CMYK) of #487cbf color hex is 0.62, 0.35, 0.00, 0.25. Web safe color of #487cbf is #3366cc. Color #487cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111100 10111111
Octal 110 174 277
Decimal 72 124 191
Hex 48 7C BF

RGB Percentages of Color #487cbf

%18.60
%32.04
%49.35

CMYK Percentages of Color #487cbf

%62
%35
%0
%25

Triadic Colors of #487cbf

#487cbf #bf487c #7cbf48

Analogous Colors of #487cbf

#487cbf #4f48bf #48b8bf

Monochromatic Colors of #487cbf

#487cbf

Complementary Color

#487cbf #bf8b48

#487cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#487cbf Color CSS Codes

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

#487cbf Text Font Color

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

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


#487cbf Background Color

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

This div background color is #487cbf


#487cbf Border Color

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

This div border color is #487cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487cbf


Comments

No comments written yet.

Please login to write comment.