Color Hex Logo

#489bca Color Hex

#489BCA
(72,155,202)
0 Favorites   0 Comments

Color spaces of #489bca

RGB 72155202
HSL0.560.550.54
HSV202°64°79°
CMYK 0.640.230.00   0.21
XYZ25.054529.084760.1705
Yxy29.08470.21920.2544
Hunter Lab53.9302-11.4517-28.3993
CIE-Lab60.8563-10.6854-31.6128

#489bca color RGB value is (72,155,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011011 11001010
Octal 110 233 312
Decimal 72 155 202
Hex 48 9B CA

RGB Percentages of Color #489bca

%16.78
%36.13
%47.09

CMYK Percentages of Color #489bca

%64
%23
%0
%21

Triadic Colors of #489bca

#489bca #ca489b #9bca48

Analogous Colors of #489bca

#489bca #485aca #48cab8

Monochromatic Colors of #489bca

#489bca

Complementary Color

#489bca #ca7748

#489bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#489bca Color CSS Codes

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

#489bca Text Font Color

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

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


#489bca Background Color

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

This div background color is #489bca


#489bca Border Color

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

This div border color is #489bca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,155,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 #489bca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489bca


Comments

No comments written yet.

Please login to write comment.