Color Hex Logo

#488ddc Color Hex

#488DDC
(72,141,220)
0 Favorites   0 Comments

Color spaces of #488ddc

RGB 72141220
HSL0.590.680.57
HSV212°67°86°
CMYK 0.670.360.00   0.14
XYZ25.115625.594871.3267
Yxy25.59480.20580.2097
Hunter Lab50.59130.0799-48.1767
CIE-Lab57.65043.3935-46.7142

#488ddc color RGB value is (72,141,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001101 11011100
Octal 110 215 334
Decimal 72 141 220
Hex 48 8D DC

RGB Percentages of Color #488ddc

%16.63
%32.56
%50.81

CMYK Percentages of Color #488ddc

%67
%36
%0
%14

Triadic Colors of #488ddc

#488ddc #dc488d #8ddc48

Analogous Colors of #488ddc

#488ddc #4d48dc #48d7dc

Monochromatic Colors of #488ddc

#488ddc

Complementary Color

#488ddc #dc9748

#488ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#488ddc Color CSS Codes

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

#488ddc Text Font Color

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

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


#488ddc Background Color

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

This div background color is #488ddc


#488ddc Border Color

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

This div border color is #488ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488ddc


Comments

No comments written yet.

Please login to write comment.