Color Hex Logo

#487bde Color Hex

#487BDE
(72,123,222)
0 Favorites   0 Comments

Color spaces of #487bde

RGB 72123222
HSL0.610.690.58
HSV220°68°87°
CMYK 0.680.450.00   0.13
XYZ22.940320.817671.9163
Yxy20.81760.19830.1800
Hunter Lab45.62639.9014-61.5146
CIE-Lab52.749314.9748-55.6417

#487bde color RGB value is (72,123,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111011 11011110
Octal 110 173 336
Decimal 72 123 222
Hex 48 7B DE

RGB Percentages of Color #487bde

%17.27
%29.50
%53.24

CMYK Percentages of Color #487bde

%68
%45
%0
%13

Triadic Colors of #487bde

#487bde #de487b #7bde48

Analogous Colors of #487bde

#487bde #6048de #48c6de

Monochromatic Colors of #487bde

#487bde

Complementary Color

#487bde #deab48

#487bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#487bde Color CSS Codes

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

#487bde Text Font Color

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

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


#487bde Background Color

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

This div background color is #487bde


#487bde Border Color

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

This div border color is #487bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487bde


Comments

No comments written yet.

Please login to write comment.