Color Hex Logo

#489dca Color Hex

#489DCA
(72,157,202)
0 Favorites   0 Comments

Color spaces of #489dca

RGB 72157202
HSL0.560.550.54
HSV201°64°79°
CMYK 0.640.220.00   0.21
XYZ25.390129.755960.2824
Yxy29.75590.22000.2578
Hunter Lab54.5490-12.3769-27.3375
CIE-Lab61.4430-11.7893-30.7029

#489dca color RGB value is (72,157,202).

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

The process color (four color CMYK) of #489dca color hex is 0.64, 0.22, 0.00, 0.21. Web safe color of #489dca is #3399cc. Color #489dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011101 11001010
Octal 110 235 312
Decimal 72 157 202
Hex 48 9D CA

RGB Percentages of Color #489dca

%16.71
%36.43
%46.87

CMYK Percentages of Color #489dca

%64
%22
%0
%21

Triadic Colors of #489dca

#489dca #ca489d #9dca48

Analogous Colors of #489dca

#489dca #485cca #48cab6

Monochromatic Colors of #489dca

#489dca

Complementary Color

#489dca #ca7548

#489dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#489dca Color CSS Codes

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

#489dca Text Font Color

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

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


#489dca Background Color

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

This div background color is #489dca


#489dca Border Color

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

This div border color is #489dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489dca


Comments

No comments written yet.

Please login to write comment.