Color Hex Logo

#488cda Color Hex

#488CDA
(72,140,218)
0 Favorites   0 Comments

Color spaces of #488cda

RGB 72140218
HSL0.590.660.57
HSV212°67°85°
CMYK 0.670.360.00   0.15
XYZ24.705525.195869.8908
Yxy25.19580.20620.2103
Hunter Lab50.19540.0133-47.4171
CIE-Lab57.26573.2959-46.2040

#488cda color RGB value is (72,140,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001100 11011010
Octal 110 214 332
Decimal 72 140 218
Hex 48 8C DA

RGB Percentages of Color #488cda

%16.74
%32.56
%50.70

CMYK Percentages of Color #488cda

%67
%36
%0
%15

Triadic Colors of #488cda

#488cda #da488c #8cda48

Analogous Colors of #488cda

#488cda #4d48da #48d5da

Monochromatic Colors of #488cda

#488cda

Complementary Color

#488cda #da9648

#488cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#488cda Color CSS Codes

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

#488cda Text Font Color

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

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


#488cda Background Color

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

This div background color is #488cda


#488cda Border Color

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

This div border color is #488cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488cda


Comments

No comments written yet.

Please login to write comment.