Color Hex Logo

#487dcd Color Hex

#487DCD
(72,125,205)
0 Favorites   0 Comments

Color spaces of #487dcd

RGB 72125205
HSL0.600.570.54
HSV216°65°80°
CMYK 0.650.390.00   0.20
XYZ21.025520.452760.5972
Yxy20.45270.20600.2004
Hunter Lab45.22473.8437-47.7863
CIE-Lab52.34527.8021-46.6741

#487dcd color RGB value is (72,125,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111101 11001101
Octal 110 175 315
Decimal 72 125 205
Hex 48 7D CD

RGB Percentages of Color #487dcd

%17.91
%31.09
%51.00

CMYK Percentages of Color #487dcd

%65
%39
%0
%20

Triadic Colors of #487dcd

#487dcd #cd487d #7dcd48

Analogous Colors of #487dcd

#487dcd #5548cd #48c0cd

Monochromatic Colors of #487dcd

#487dcd

Complementary Color

#487dcd #cd9848

#487dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#487dcd Color CSS Codes

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

#487dcd Text Font Color

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

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


#487dcd Background Color

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

This div background color is #487dcd


#487dcd Border Color

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

This div border color is #487dcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,125,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 #487dcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487dcd


Comments

No comments written yet.

Please login to write comment.