Color Hex Logo

#4880bd Color Hex

#4880BD
(72,128,189)
0 Favorites   0 Comments

Color spaces of #4880bd

RGB 72128189
HSL0.590.470.51
HSV211°62°74°
CMYK 0.620.320.00   0.26
XYZ19.577020.490251.0673
Yxy20.49020.21480.2248
Hunter Lab45.2661-2.0168-35.2022
CIE-Lab52.38700.5121-37.4819

#4880bd color RGB value is (72,128,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000000 10111101
Octal 110 200 275
Decimal 72 128 189
Hex 48 80 BD

RGB Percentages of Color #4880bd

%18.51
%32.90
%48.59

CMYK Percentages of Color #4880bd

%62
%32
%0
%26

Triadic Colors of #4880bd

#4880bd #bd4880 #80bd48

Analogous Colors of #4880bd

#4880bd #4b48bd #48bbbd

Monochromatic Colors of #4880bd

#4880bd

Complementary Color

#4880bd #bd8548

#4880bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4880bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4880bd Color CSS Codes

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

#4880bd Text Font Color

<p style="color:#4880bd">Text here</p>

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


#4880bd Background Color

<div style="background-color:#4880bd">
Div content here</div>

This div background color is #4880bd


#4880bd Border Color

<div style="border:3px solid #4880bd">
Div here</div>

This div border color is #4880bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4880bd


Comments

No comments written yet.

Please login to write comment.