Color Hex Logo

#488ab4 Color Hex

#488AB4
(72,138,180)
0 Favorites   0 Comments

Color spaces of #488ab4

RGB 72138180
HSL0.560.430.49
HSV203°60°71°
CMYK 0.600.230.00   0.29
XYZ19.999222.850046.5364
Yxy22.85000.22370.2556
Hunter Lab47.8017-8.9723-24.2595
CIE-Lab54.9175-8.2877-28.3802

#488ab4 color RGB value is (72,138,180).

#488ab4 hex color red value is 72, green value is 138 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #488ab4 hue: 0.56 , saturation: 0.43 and the lightness value of 488ab4 is 0.49.

The process color (four color CMYK) of #488ab4 color hex is 0.60, 0.23, 0.00, 0.29. Web safe color of #488ab4 is #3399cc. Color #488ab4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001010 10110100
Octal 110 212 264
Decimal 72 138 180
Hex 48 8A B4

RGB Percentages of Color #488ab4

%18.46
%35.38
%46.15

CMYK Percentages of Color #488ab4

%60
%23
%0
%29

Triadic Colors of #488ab4

#488ab4 #b4488a #8ab448

Analogous Colors of #488ab4

#488ab4 #4854b4 #48b4a8

Monochromatic Colors of #488ab4

#488ab4

Complementary Color

#488ab4 #b47248

#488ab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488ab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#488ab4 Color CSS Codes

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

#488ab4 Text Font Color

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

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


#488ab4 Background Color

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

This div background color is #488ab4


#488ab4 Border Color

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

This div border color is #488ab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488ab4


Comments

No comments written yet.

Please login to write comment.