Color Hex Logo

#487ebc Color Hex

#487EBC
(72,126,188)
0 Favorites   0 Comments

Color spaces of #487ebc

RGB 72126188
HSL0.590.460.51
HSV212°62°74°
CMYK 0.620.330.00   0.26
XYZ19.210419.930350.4114
Yxy19.93030.21450.2226
Hunter Lab44.6434-1.3159-35.7001
CIE-Lab51.75831.3670-37.8976

#487ebc color RGB value is (72,126,188).

#487ebc hex color red value is 72, green value is 126 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #487ebc hue: 0.59 , saturation: 0.46 and the lightness value of 487ebc is 0.51.

The process color (four color CMYK) of #487ebc color hex is 0.62, 0.33, 0.00, 0.26. Web safe color of #487ebc is #3366cc. Color #487ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111110 10111100
Octal 110 176 274
Decimal 72 126 188
Hex 48 7E BC

RGB Percentages of Color #487ebc

%18.65
%32.64
%48.70

CMYK Percentages of Color #487ebc

%62
%33
%0
%26

Triadic Colors of #487ebc

#487ebc #bc487e #7ebc48

Analogous Colors of #487ebc

#487ebc #4c48bc #48b8bc

Monochromatic Colors of #487ebc

#487ebc

Complementary Color

#487ebc #bc8648

#487ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#487ebc Color CSS Codes

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

#487ebc Text Font Color

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

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


#487ebc Background Color

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

This div background color is #487ebc


#487ebc Border Color

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

This div border color is #487ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487ebc

#487ebc Color Palettes


Comments

No comments written yet.

Please login to write comment.