Color Hex Logo

#488cbd Color Hex

#488CBD
(72,140,189)
0 Favorites   0 Comments

Color spaces of #488cbd

RGB 72140189
HSL0.570.470.51
HSV205°62°74°
CMYK 0.620.260.00   0.26
XYZ21.235923.808051.6203
Yxy23.80800.21970.2463
Hunter Lab48.7934-7.7017-28.5696
CIE-Lab55.8950-6.4935-31.9923

#488cbd color RGB value is (72,140,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001100 10111101
Octal 110 214 275
Decimal 72 140 189
Hex 48 8C BD

RGB Percentages of Color #488cbd

%17.96
%34.91
%47.13

CMYK Percentages of Color #488cbd

%62
%26
%0
%26

Triadic Colors of #488cbd

#488cbd #bd488c #8cbd48

Analogous Colors of #488cbd

#488cbd #4851bd #48bdb4

Monochromatic Colors of #488cbd

#488cbd

Complementary Color

#488cbd #bd7948

#488cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#488cbd Color CSS Codes

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

#488cbd Text Font Color

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

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


#488cbd Background Color

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

This div background color is #488cbd


#488cbd Border Color

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

This div border color is #488cbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,140,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 #488cbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488cbd


Comments

No comments written yet.

Please login to write comment.