Color Hex Logo

#489fcf Color Hex

#489FCF
(72,159,207)
0 Favorites   0 Comments

Color spaces of #489fcf

RGB 72159207
HSL0.560.580.55
HSV201°65°81°
CMYK 0.650.230.00   0.19
XYZ26.333130.679063.5652
Yxy30.67900.21840.2544
Hunter Lab55.3886-12.0669-29.2705
CIE-Lab62.2357-11.2677-32.2647

#489fcf color RGB value is (72,159,207).

#489fcf hex color red value is 72, green value is 159 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #489fcf hue: 0.56 , saturation: 0.58 and the lightness value of 489fcf is 0.55.

The process color (four color CMYK) of #489fcf color hex is 0.65, 0.23, 0.00, 0.19. Web safe color of #489fcf is #3399cc. Color #489fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011111 11001111
Octal 110 237 317
Decimal 72 159 207
Hex 48 9F CF

RGB Percentages of Color #489fcf

%16.44
%36.30
%47.26

CMYK Percentages of Color #489fcf

%65
%23
%0
%19

Triadic Colors of #489fcf

#489fcf #cf489f #9fcf48

Analogous Colors of #489fcf

#489fcf #485ccf #48cfbc

Monochromatic Colors of #489fcf

#489fcf

Complementary Color

#489fcf #cf7848

#489fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#489fcf Color CSS Codes

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

#489fcf Text Font Color

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

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


#489fcf Background Color

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

This div background color is #489fcf


#489fcf Border Color

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

This div border color is #489fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489fcf


Comments

No comments written yet.

Please login to write comment.