Color Hex Logo

#488dbc Color Hex

#488DBC
(72,141,188)
0 Favorites   0 Comments

Color spaces of #488dbc

RGB 72141188
HSL0.570.460.51
HSV204°62°74°
CMYK 0.620.250.00   0.26
XYZ21.274524.058351.0994
Yxy24.05830.22060.2495
Hunter Lab49.0493-8.4141-27.4337
CIE-Lab56.1461-7.3920-31.0331

#488dbc color RGB value is (72,141,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001101 10111100
Octal 110 215 274
Decimal 72 141 188
Hex 48 8D BC

RGB Percentages of Color #488dbc

%17.96
%35.16
%46.88

CMYK Percentages of Color #488dbc

%62
%25
%0
%26

Triadic Colors of #488dbc

#488dbc #bc488d #8dbc48

Analogous Colors of #488dbc

#488dbc #4853bc #48bcb1

Monochromatic Colors of #488dbc

#488dbc

Complementary Color

#488dbc #bc7748

#488dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#488dbc Color CSS Codes

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

#488dbc Text Font Color

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

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


#488dbc Background Color

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

This div background color is #488dbc


#488dbc Border Color

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

This div border color is #488dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488dbc


Comments

No comments written yet.

Please login to write comment.