Color Hex Logo

#488bbd Color Hex

#488BBD
(72,139,189)
0 Favorites   0 Comments

Color spaces of #488bbd

RGB 72139189
HSL0.570.470.51
HSV206°62°74°
CMYK 0.620.260.00   0.26
XYZ21.090423.517151.5718
Yxy23.51710.21930.2445
Hunter Lab48.4944-7.2350-29.1063
CIE-Lab55.6010-5.9207-32.4504

#488bbd color RGB value is (72,139,189).

#488bbd hex color red value is 72, green value is 139 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #488bbd hue: 0.57 , saturation: 0.47 and the lightness value of 488bbd is 0.51.

The process color (four color CMYK) of #488bbd color hex is 0.62, 0.26, 0.00, 0.26. Web safe color of #488bbd is #3399cc. Color #488bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001011 10111101
Octal 110 213 275
Decimal 72 139 189
Hex 48 8B BD

RGB Percentages of Color #488bbd

%18.00
%34.75
%47.25

CMYK Percentages of Color #488bbd

%62
%26
%0
%26

Triadic Colors of #488bbd

#488bbd #bd488b #8bbd48

Analogous Colors of #488bbd

#488bbd #4851bd #48bdb5

Monochromatic Colors of #488bbd

#488bbd

Complementary Color

#488bbd #bd7a48

#488bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#488bbd Color CSS Codes

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

#488bbd Text Font Color

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

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


#488bbd Background Color

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

This div background color is #488bbd


#488bbd Border Color

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

This div border color is #488bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488bbd


Comments

No comments written yet.

Please login to write comment.