Color Hex Logo

#488cb2 Color Hex

#488CB2
(72,140,178)
0 Favorites   0 Comments

Color spaces of #488cb2

RGB 72140178
HSL0.560.420.49
HSV202°60°70°
CMYK 0.600.210.00   0.30
XYZ20.086523.348245.5675
Yxy23.34820.22570.2623
Hunter Lab48.3200-10.3579-22.0887
CIE-Lab55.4292-10.0612-26.4451

#488cb2 color RGB value is (72,140,178).

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

The process color (four color CMYK) of #488cb2 color hex is 0.60, 0.21, 0.00, 0.30. Web safe color of #488cb2 is #339999. Color #488cb2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001100 10110010
Octal 110 214 262
Decimal 72 140 178
Hex 48 8C B2

RGB Percentages of Color #488cb2

%18.46
%35.90
%45.64

CMYK Percentages of Color #488cb2

%60
%21
%0
%30

Triadic Colors of #488cb2

#488cb2 #b2488c #8cb248

Analogous Colors of #488cb2

#488cb2 #4857b2 #48b2a3

Monochromatic Colors of #488cb2

#488cb2

Complementary Color

#488cb2 #b26e48

#488cb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488cb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#488cb2 Color CSS Codes

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

#488cb2 Text Font Color

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

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


#488cb2 Background Color

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

This div background color is #488cb2


#488cb2 Border Color

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

This div border color is #488cb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488cb2


Comments

No comments written yet.

Please login to write comment.