Color Hex Logo

#488abd Color Hex

#488ABD
(72,138,189)
0 Favorites   0 Comments

Color spaces of #488abd

RGB 72138189
HSL0.570.470.51
HSV206°62°74°
CMYK 0.620.270.00   0.26
XYZ20.946323.228851.5237
Yxy23.22880.21890.2427
Hunter Lab48.1963-6.7666-29.6460
CIE-Lab55.3072-5.3453-32.9085

#488abd color RGB value is (72,138,189).

#488abd hex color red value is 72, green value is 138 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #488abd hue: 0.57 , saturation: 0.47 and the lightness value of 488abd is 0.51.

The process color (four color CMYK) of #488abd color hex is 0.62, 0.27, 0.00, 0.26. Web safe color of #488abd is #3399cc. Color #488abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001010 10111101
Octal 110 212 275
Decimal 72 138 189
Hex 48 8A BD

RGB Percentages of Color #488abd

%18.05
%34.59
%47.37

CMYK Percentages of Color #488abd

%62
%27
%0
%26

Triadic Colors of #488abd

#488abd #bd488a #8abd48

Analogous Colors of #488abd

#488abd #484fbd #48bdb6

Monochromatic Colors of #488abd

#488abd

Complementary Color

#488abd #bd7b48

#488abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#488abd Color CSS Codes

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

#488abd Text Font Color

<p style="color:#488abd">Text here</p>

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


#488abd Background Color

<div style="background-color:#488abd">
Div content here</div>

This div background color is #488abd


#488abd Border Color

<div style="border:3px solid #488abd">
Div here</div>

This div border color is #488abd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,138,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #488abd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #488abd;
  -webkit-box-shadow: 1px 1px 3px 2px #488abd;
  box-shadow:         1px 1px 3px 2px #488abd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488abd


Comments

No comments written yet.

Please login to write comment.