Color Hex Logo

#488db8 Color Hex

#488DB8
(72,141,184)
0 Favorites   0 Comments

Color spaces of #488db8

RGB 72141184
HSL0.560.440.50
HSV203°61°72°
CMYK 0.610.230.00   0.28
XYZ20.849123.888248.8594
Yxy23.88820.22280.2552
Hunter Lab48.8756-9.3886-25.0575
CIE-Lab55.9757-8.6944-29.0219

#488db8 color RGB value is (72,141,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001101 10111000
Octal 110 215 270
Decimal 72 141 184
Hex 48 8D B8

RGB Percentages of Color #488db8

%18.14
%35.52
%46.35

CMYK Percentages of Color #488db8

%61
%23
%0
%28

Triadic Colors of #488db8

#488db8 #b8488d #8db848

Analogous Colors of #488db8

#488db8 #4855b8 #48b8ab

Monochromatic Colors of #488db8

#488db8

Complementary Color

#488db8 #b87348

#488db8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488db8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#488db8 Color CSS Codes

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

#488db8 Text Font Color

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

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


#488db8 Background Color

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

This div background color is #488db8


#488db8 Border Color

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

This div border color is #488db8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488db8


Comments

No comments written yet.

Please login to write comment.