Color Hex Logo

#489ffc Color Hex

#489FFC
(72,159,252)
0 Favorites   0 Comments

Color spaces of #489ffc

RGB 72159252
HSL0.590.970.64
HSV211°71°99°
CMYK 0.710.370.00   0.01
XYZ32.641333.202396.7838
Yxy33.20230.20070.2042
Hunter Lab57.62140.2789-59.2514
CIE-Lab64.32443.9180-53.8089

#489ffc color RGB value is (72,159,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011111 11111100
Octal 110 237 374
Decimal 72 159 252
Hex 48 9F FC

RGB Percentages of Color #489ffc

%14.91
%32.92
%52.17

CMYK Percentages of Color #489ffc

%71
%37
%0
%1

Triadic Colors of #489ffc

#489ffc #fc489f #9ffc48

Analogous Colors of #489ffc

#489ffc #4b48fc #48f9fc

Monochromatic Colors of #489ffc

#489ffc

Complementary Color

#489ffc #fca548

#489ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#489ffc Color CSS Codes

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

#489ffc Text Font Color

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

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


#489ffc Background Color

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

This div background color is #489ffc


#489ffc Border Color

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

This div border color is #489ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489ffc


Comments

No comments written yet.

Please login to write comment.