color codes Logo

#488cfc color codes

#488CFC
(72,140,252)
0 Favorites   0 Comments

Color spaces of #488cfc

RGB 72140252
HSL0.600.970.64
HSV217°71°99°
CMYK 0.710.440.00   0.01
XYZ29.621327.162295.7771
Yxy27.16220.19420.1780
Hunter Lab52.117410.2464-72.4762
CIE-Lab59.124215.1829-62.1057

#488cfc color RGB value is (72,140,252).

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

The process color (four color CMYK) of #488cfc color code is 0.71, 0.44, 0.00, 0.01. Web safe color of #488cfc is #3399ff. Color #488cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001100 11111100
Octal 110 214 374
Decimal 72 140 252
Hex 48 8C FC

RGB Percentages of Color #488cfc

%15.52
%30.17
%54.31

CMYK Percentages of Color #488cfc

%71
%44
%0
%1

Triadic Colors of #488cfc

#488cfc #fc488c #8cfc48

Analogous Colors of #488cfc

#488cfc #5e48fc #48e6fc

Monochromatic Colors of #488cfc

#488cfc

Complementary Color

#488cfc #fcb848

#488cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#488cfc Color CSS Codes

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

#488cfc Text Font Color

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

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


#488cfc Background Color

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

This div background color is #488cfc


#488cfc Border Color

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

This div border color is #488cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488cfc


Comments

No comments written yet.

Please login to write comment.