Color Hex Logo

#487dbe Color Hex

#487DBE
(72,125,190)
0 Favorites   0 Comments

Color spaces of #487dbe

RGB 72125190
HSL0.590.480.51
HSV213°62°75°
CMYK 0.620.340.00   0.25
XYZ19.300419.762751.5125
Yxy19.76270.21310.2182
Hunter Lab44.4553-0.3003-37.5836
CIE-Lab51.56782.6456-39.3444

#487dbe color RGB value is (72,125,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111101 10111110
Octal 110 175 276
Decimal 72 125 190
Hex 48 7D BE

RGB Percentages of Color #487dbe

%18.60
%32.30
%49.10

CMYK Percentages of Color #487dbe

%62
%34
%0
%25

Triadic Colors of #487dbe

#487dbe #be487d #7dbe48

Analogous Colors of #487dbe

#487dbe #4e48be #48b8be

Monochromatic Colors of #487dbe

#487dbe

Complementary Color

#487dbe #be8948

#487dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#487dbe Color CSS Codes

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

#487dbe Text Font Color

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

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


#487dbe Background Color

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

This div background color is #487dbe


#487dbe Border Color

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

This div border color is #487dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487dbe


Comments

No comments written yet.

Please login to write comment.