Color Hex Logo

#487bad Color Hex

#487BAD
(72,123,173)
0 Favorites   0 Comments

Color spaces of #487bad

RGB 72123173
HSL0.580.410.48
HSV210°58°68°
CMYK 0.580.290.00   0.32
XYZ17.298318.560842.2060
Yxy18.56080.22160.2378
Hunter Lab43.0822-3.7230-27.9265
CIE-Lab50.1694-1.8616-31.7408

#487bad color RGB value is (72,123,173).

#487bad hex color red value is 72, green value is 123 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #487bad hue: 0.58 , saturation: 0.41 and the lightness value of 487bad is 0.48.

The process color (four color CMYK) of #487bad color hex is 0.58, 0.29, 0.00, 0.32. Web safe color of #487bad is #336699. Color #487bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111011 10101101
Octal 110 173 255
Decimal 72 123 173
Hex 48 7B AD

RGB Percentages of Color #487bad

%19.57
%33.42
%47.01

CMYK Percentages of Color #487bad

%58
%29
%0
%32

Triadic Colors of #487bad

#487bad #ad487b #7bad48

Analogous Colors of #487bad

#487bad #4848ad #48adad

Monochromatic Colors of #487bad

#487bad

Complementary Color

#487bad #ad7a48

#487bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#487bad Color CSS Codes

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

#487bad Text Font Color

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

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


#487bad Background Color

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

This div background color is #487bad


#487bad Border Color

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

This div border color is #487bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487bad


Comments

No comments written yet.

Please login to write comment.