Color Hex Logo

#488cb6 Color Hex

#488CB6
(72,140,182)
0 Favorites   0 Comments

Color spaces of #488cb6

RGB 72140182
HSL0.560.430.50
HSV203°60°71°
CMYK 0.600.230.00   0.29
XYZ20.494123.511347.7139
Yxy23.51130.22340.2563
Hunter Lab48.4885-9.4101-24.4010
CIE-Lab55.5951-8.7754-28.4719

#488cb6 color RGB value is (72,140,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001100 10110110
Octal 110 214 266
Decimal 72 140 182
Hex 48 8C B6

RGB Percentages of Color #488cb6

%18.27
%35.53
%46.19

CMYK Percentages of Color #488cb6

%60
%23
%0
%29

Triadic Colors of #488cb6

#488cb6 #b6488c #8cb648

Analogous Colors of #488cb6

#488cb6 #4855b6 #48b6a9

Monochromatic Colors of #488cb6

#488cb6

Complementary Color

#488cb6 #b67248

#488cb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488cb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#488cb6 Color CSS Codes

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

#488cb6 Text Font Color

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

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


#488cb6 Background Color

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

This div background color is #488cb6


#488cb6 Border Color

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

This div border color is #488cb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488cb6


Comments

No comments written yet.

Please login to write comment.