Color Hex Logo

#488fdf Color Hex

#488FDF
(72,143,223)
0 Favorites   0 Comments

Color spaces of #488fdf

RGB 72143223
HSL0.590.700.58
HSV212°68°87°
CMYK 0.680.360.00   0.13
XYZ25.814226.350473.5376
Yxy26.35040.20540.2096
Hunter Lab51.3326-0.0679-49.0042
CIE-Lab58.36823.2475-47.2532

#488fdf color RGB value is (72,143,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001111 11011111
Octal 110 217 337
Decimal 72 143 223
Hex 48 8F DF

RGB Percentages of Color #488fdf

%16.44
%32.65
%50.91

CMYK Percentages of Color #488fdf

%68
%36
%0
%13

Triadic Colors of #488fdf

#488fdf #df488f #8fdf48

Analogous Colors of #488fdf

#488fdf #4c48df #48dbdf

Monochromatic Colors of #488fdf

#488fdf

Complementary Color

#488fdf #df9848

#488fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#488fdf Color CSS Codes

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

#488fdf Text Font Color

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

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


#488fdf Background Color

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

This div background color is #488fdf


#488fdf Border Color

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

This div border color is #488fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488fdf

#488fdf Color Palettes


Comments

No comments written yet.

Please login to write comment.