Color Hex Logo

#488adc Color Hex

#488ADC
(72,138,220)
0 Favorites   0 Comments

Color spaces of #488adc

RGB 72138220
HSL0.590.680.57
HSV213°67°86°
CMYK 0.670.370.00   0.14
XYZ24.679224.722071.1812
Yxy24.72200.20470.2050
Hunter Lab49.72121.5866-50.0751
CIE-Lab56.80355.1746-48.0561

#488adc color RGB value is (72,138,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001010 11011100
Octal 110 212 334
Decimal 72 138 220
Hex 48 8A DC

RGB Percentages of Color #488adc

%16.74
%32.09
%51.16

CMYK Percentages of Color #488adc

%67
%37
%0
%14

Triadic Colors of #488adc

#488adc #dc488a #8adc48

Analogous Colors of #488adc

#488adc #5048dc #48d4dc

Monochromatic Colors of #488adc

#488adc

Complementary Color

#488adc #dc9a48

#488adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#488adc Color CSS Codes

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

#488adc Text Font Color

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

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


#488adc Background Color

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

This div background color is #488adc


#488adc Border Color

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

This div border color is #488adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488adc


Comments

No comments written yet.

Please login to write comment.