Color Hex Logo

#489cea Color Hex

#489CEA
(72,156,234)
0 Favorites   0 Comments

Color spaces of #489cea

RGB 72156234
HSL0.580.790.60
HSV209°69°92°
CMYK 0.690.330.00   0.08
XYZ29.412231.095282.2937
Yxy31.09520.20600.2178
Hunter Lab55.7631-3.4356-48.4645
CIE-Lab62.5879-0.5467-46.6828

#489cea color RGB value is (72,156,234).

#489cea hex color red value is 72, green value is 156 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #489cea hue: 0.58 , saturation: 0.79 and the lightness value of 489cea is 0.60.

The process color (four color CMYK) of #489cea color hex is 0.69, 0.33, 0.00, 0.08. Web safe color of #489cea is #3399ff. Color #489cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011100 11101010
Octal 110 234 352
Decimal 72 156 234
Hex 48 9C EA

RGB Percentages of Color #489cea

%15.58
%33.77
%50.65

CMYK Percentages of Color #489cea

%69
%33
%0
%8

Triadic Colors of #489cea

#489cea #ea489c #9cea48

Analogous Colors of #489cea

#489cea #484bea #48eae7

Monochromatic Colors of #489cea

#489cea

Complementary Color

#489cea #ea9648

#489cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#489cea Color CSS Codes

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

#489cea Text Font Color

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

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


#489cea Background Color

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

This div background color is #489cea


#489cea Border Color

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

This div border color is #489cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489cea


Comments

No comments written yet.

Please login to write comment.