Color Hex Logo

#487bfb Color Hex

#487BFB
(72,123,251)
0 Favorites   0 Comments

Color spaces of #487bfb

RGB 72123251
HSL0.620.960.63
HSV223°71°98°
CMYK 0.710.510.00   0.02
XYZ27.168022.508794.1795
Yxy22.50870.18890.1565
Hunter Lab47.443319.1906-84.4859
CIE-Lab54.562625.2149-68.8990

#487bfb color RGB value is (72,123,251).

#487bfb hex color red value is 72, green value is 123 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #487bfb hue: 0.62 , saturation: 0.96 and the lightness value of 487bfb is 0.63.

The process color (four color CMYK) of #487bfb color hex is 0.71, 0.51, 0.00, 0.02. Web safe color of #487bfb is #3366ff. Color #487bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111011 11111011
Octal 110 173 373
Decimal 72 123 251
Hex 48 7B FB

RGB Percentages of Color #487bfb

%16.14
%27.58
%56.28

CMYK Percentages of Color #487bfb

%71
%51
%0
%2

Triadic Colors of #487bfb

#487bfb #fb487b #7bfb48

Analogous Colors of #487bfb

#487bfb #6f48fb #48d5fb

Monochromatic Colors of #487bfb

#487bfb

Complementary Color

#487bfb #fbc848

#487bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#487bfb Color CSS Codes

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

#487bfb Text Font Color

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

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


#487bfb Background Color

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

This div background color is #487bfb


#487bfb Border Color

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

This div border color is #487bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487bfb


Comments

No comments written yet.

Please login to write comment.