Color Hex Logo

#488bdc Color Hex

#488BDC
(72,139,220)
0 Favorites   0 Comments

Color spaces of #488bdc

RGB 72139220
HSL0.590.680.57
HSV213°67°86°
CMYK 0.670.370.00   0.14
XYZ24.823425.010371.2293
Yxy25.01030.20500.2066
Hunter Lab50.01031.0833-49.4391
CIE-Lab57.08554.5796-47.6092

#488bdc color RGB value is (72,139,220).

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

The process color (four color CMYK) of #488bdc color hex is 0.67, 0.37, 0.00, 0.14. Web safe color of #488bdc is #3399cc. Color #488bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001011 11011100
Octal 110 213 334
Decimal 72 139 220
Hex 48 8B DC

RGB Percentages of Color #488bdc

%16.71
%32.25
%51.04

CMYK Percentages of Color #488bdc

%67
%37
%0
%14

Triadic Colors of #488bdc

#488bdc #dc488b #8bdc48

Analogous Colors of #488bdc

#488bdc #4f48dc #48d5dc

Monochromatic Colors of #488bdc

#488bdc

Complementary Color

#488bdc #dc9948

#488bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#488bdc Color CSS Codes

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

#488bdc Text Font Color

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

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


#488bdc Background Color

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

This div background color is #488bdc


#488bdc Border Color

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

This div border color is #488bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488bdc


Comments

No comments written yet.

Please login to write comment.