Color Hex Logo

#488cfe Color Hex

#488CFE
(72,140,254)
0 Favorites   0 Comments

Color spaces of #488cfe

RGB 72140254
HSL0.600.990.64
HSV218°72°100°
CMYK 0.720.450.00   0.00
XYZ29.940027.289697.4554
Yxy27.28960.19360.1764
Hunter Lab52.239410.8847-74.0410
CIE-Lab59.241415.8888-63.0164

#488cfe color RGB value is (72,140,254).

#488cfe hex color red value is 72, green value is 140 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #488cfe hue: 0.60 , saturation: 0.99 and the lightness value of 488cfe is 0.64.

The process color (four color CMYK) of #488cfe color hex is 0.72, 0.45, 0.00, 0.00. Web safe color of #488cfe is #3399ff. Color #488cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001100 11111110
Octal 110 214 376
Decimal 72 140 254
Hex 48 8C FE

RGB Percentages of Color #488cfe

%15.45
%30.04
%54.51

CMYK Percentages of Color #488cfe

%72
%45
%0
%0

Triadic Colors of #488cfe

#488cfe #fe488c #8cfe48

Analogous Colors of #488cfe

#488cfe #5f48fe #48e7fe

Monochromatic Colors of #488cfe

#488cfe

Complementary Color

#488cfe #feba48

#488cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#488cfe Color CSS Codes

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

#488cfe Text Font Color

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

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


#488cfe Background Color

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

This div background color is #488cfe


#488cfe Border Color

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

This div border color is #488cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.