Color Hex Logo

#487ecb Color Hex

#487ECB
(72,126,203)
0 Favorites   0 Comments

Color spaces of #487ecb

RGB 72126203
HSL0.600.560.54
HSV215°65°80°
CMYK 0.650.380.00   0.20
XYZ20.912820.611259.3761
Yxy20.61120.20730.2043
Hunter Lab45.39962.7748-45.7631
CIE-Lab52.52136.5018-45.2580

#487ecb color RGB value is (72,126,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111110 11001011
Octal 110 176 313
Decimal 72 126 203
Hex 48 7E CB

RGB Percentages of Color #487ecb

%17.96
%31.42
%50.62

CMYK Percentages of Color #487ecb

%65
%38
%0
%20

Triadic Colors of #487ecb

#487ecb #cb487e #7ecb48

Analogous Colors of #487ecb

#487ecb #5448cb #48c0cb

Monochromatic Colors of #487ecb

#487ecb

Complementary Color

#487ecb #cb9548

#487ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#487ecb Color CSS Codes

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

#487ecb Text Font Color

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

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


#487ecb Background Color

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

This div background color is #487ecb


#487ecb Border Color

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

This div border color is #487ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487ecb


Comments

No comments written yet.

Please login to write comment.