Color Hex Logo

#488aa1 Color Hex

#488AA1
(72,138,161)
0 Favorites   0 Comments

Color spaces of #488aa1

RGB 72138161
HSL0.540.380.46
HSV196°55°63°
CMYK 0.550.140.00   0.37
XYZ18.194022.127937.0304
Yxy22.12790.23520.2861
Hunter Lab47.0403-13.2812-13.7452
CIE-Lab54.1624-14.2646-18.6337

#488aa1 color RGB value is (72,138,161).

#488aa1 hex color red value is 72, green value is 138 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #488aa1 hue: 0.54 , saturation: 0.38 and the lightness value of 488aa1 is 0.46.

The process color (four color CMYK) of #488aa1 color hex is 0.55, 0.14, 0.00, 0.37. Web safe color of #488aa1 is #339999. Color #488aa1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001010 10100001
Octal 110 212 241
Decimal 72 138 161
Hex 48 8A A1

RGB Percentages of Color #488aa1

%19.41
%37.20
%43.40

CMYK Percentages of Color #488aa1

%55
%14
%0
%37

Triadic Colors of #488aa1

#488aa1 #a1488a #8aa148

Analogous Colors of #488aa1

#488aa1 #485ea1 #48a18c

Monochromatic Colors of #488aa1

#488aa1

Complementary Color

#488aa1 #a15f48

#488aa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488aa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#488aa1 Color CSS Codes

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

#488aa1 Text Font Color

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

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


#488aa1 Background Color

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

This div background color is #488aa1


#488aa1 Border Color

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

This div border color is #488aa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488aa1


Comments

No comments written yet.

Please login to write comment.