Color Hex Logo

#487bcd Color Hex

#487BCD
(72,123,205)
0 Favorites   0 Comments

Color spaces of #487bcd

RGB 72123205
HSL0.600.570.54
HSV217°65°80°
CMYK 0.650.400.00   0.20
XYZ20.774919.951460.5137
Yxy19.95140.20520.1971
Hunter Lab44.66704.8542-49.0577
CIE-Lab51.78229.0227-47.5692

#487bcd color RGB value is (72,123,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111011 11001101
Octal 110 173 315
Decimal 72 123 205
Hex 48 7B CD

RGB Percentages of Color #487bcd

%18.00
%30.75
%51.25

CMYK Percentages of Color #487bcd

%65
%40
%0
%20

Triadic Colors of #487bcd

#487bcd #cd487b #7bcd48

Analogous Colors of #487bcd

#487bcd #5748cd #48becd

Monochromatic Colors of #487bcd

#487bcd

Complementary Color

#487bcd #cd9a48

#487bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#487bcd Color CSS Codes

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

#487bcd Text Font Color

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

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


#487bcd Background Color

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

This div background color is #487bcd


#487bcd Border Color

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

This div border color is #487bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487bcd


Comments

No comments written yet.

Please login to write comment.