Color Hex Logo

#488fde Color Hex

#488FDE
(72,143,222)
0 Favorites   0 Comments

Color spaces of #488fde

RGB 72143222
HSL0.590.690.58
HSV212°68°87°
CMYK 0.680.360.00   0.13
XYZ25.679826.296672.8295
Yxy26.29660.20580.2107
Hunter Lab51.2802-0.3522-48.3091
CIE-Lab58.31752.9029-46.7755

#488fde color RGB value is (72,143,222).

#488fde hex color red value is 72, green value is 143 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #488fde hue: 0.59 , saturation: 0.69 and the lightness value of 488fde is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001111 11011110
Octal 110 217 336
Decimal 72 143 222
Hex 48 8F DE

RGB Percentages of Color #488fde

%16.48
%32.72
%50.80

CMYK Percentages of Color #488fde

%68
%36
%0
%13

Triadic Colors of #488fde

#488fde #de488f #8fde48

Analogous Colors of #488fde

#488fde #4c48de #48dade

Monochromatic Colors of #488fde

#488fde

Complementary Color

#488fde #de9748

#488fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#488fde Color CSS Codes

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

#488fde Text Font Color

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

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


#488fde Background Color

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

This div background color is #488fde


#488fde Border Color

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

This div border color is #488fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488fde


Comments

No comments written yet.

Please login to write comment.