Color Hex Logo

#489ffa Color Hex

#489FFA
(72,159,250)
0 Favorites   0 Comments

Color spaces of #489ffa

RGB 72159250
HSL0.590.950.63
HSV211°71°98°
CMYK 0.710.360.00   0.02
XYZ32.325933.076195.1230
Yxy33.07610.20140.2060
Hunter Lab57.5118-0.3155-57.8058
CIE-Lab64.22253.2258-52.8783

#489ffa color RGB value is (72,159,250).

#489ffa hex color red value is 72, green value is 159 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #489ffa hue: 0.59 , saturation: 0.95 and the lightness value of 489ffa is 0.63.

The process color (four color CMYK) of #489ffa color hex is 0.71, 0.36, 0.00, 0.02. Web safe color of #489ffa is #3399ff. Color #489ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011111 11111010
Octal 110 237 372
Decimal 72 159 250
Hex 48 9F FA

RGB Percentages of Color #489ffa

%14.97
%33.06
%51.98

CMYK Percentages of Color #489ffa

%71
%36
%0
%2

Triadic Colors of #489ffa

#489ffa #fa489f #9ffa48

Analogous Colors of #489ffa

#489ffa #4a48fa #48f8fa

Monochromatic Colors of #489ffa

#489ffa

Complementary Color

#489ffa #faa348

#489ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#489ffa Color CSS Codes

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

#489ffa Text Font Color

<p style="color:#489ffa">Text here</p>

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


#489ffa Background Color

<div style="background-color:#489ffa">
Div content here</div>

This div background color is #489ffa


#489ffa Border Color

<div style="border:3px solid #489ffa">
Div here</div>

This div border color is #489ffa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,159,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #489ffa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #489ffa;
  -webkit-box-shadow: 1px 1px 3px 2px #489ffa;
  box-shadow:         1px 1px 3px 2px #489ffa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489ffa


Comments

No comments written yet.

Please login to write comment.