Color Hex Logo

#487bdf Color Hex

#487BDF
(72,123,223)
0 Favorites   0 Comments

Color spaces of #487bdf

RGB 72123223
HSL0.610.700.58
HSV220°68°87°
CMYK 0.680.450.00   0.13
XYZ23.074720.871372.6244
Yxy20.87130.19790.1790
Hunter Lab45.685110.2081-62.2721
CIE-Lab52.808415.3270-56.1097

#487bdf color RGB value is (72,123,223).

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

The process color (four color CMYK) of #487bdf color hex is 0.68, 0.45, 0.00, 0.13. Web safe color of #487bdf is #3366cc. Color #487bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111011 11011111
Octal 110 173 337
Decimal 72 123 223
Hex 48 7B DF

RGB Percentages of Color #487bdf

%17.22
%29.43
%53.35

CMYK Percentages of Color #487bdf

%68
%45
%0
%13

Triadic Colors of #487bdf

#487bdf #df487b #7bdf48

Analogous Colors of #487bdf

#487bdf #6148df #48c7df

Monochromatic Colors of #487bdf

#487bdf

Complementary Color

#487bdf #dfac48

#487bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#487bdf Color CSS Codes

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

#487bdf Text Font Color

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

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


#487bdf Background Color

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

This div background color is #487bdf


#487bdf Border Color

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

This div border color is #487bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487bdf


Comments

No comments written yet.

Please login to write comment.