Color Hex Logo

#488fff Color Hex

#488FFF
(72,143,255)
0 Favorites   0 Comments

Color spaces of #488fff

RGB 72143255
HSL0.601.000.64
HSV217°72°100°
CMYK 0.720.440.00   0.00
XYZ30.544928.242698.4492
Yxy28.24260.19430.1796
Hunter Lab53.14389.5930-72.6345
CIE-Lab60.107314.4326-62.1765

#488fff color RGB value is (72,143,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001111 11111111
Octal 110 217 377
Decimal 72 143 255
Hex 48 8F FF

RGB Percentages of Color #488fff

%15.32
%30.43
%54.26

CMYK Percentages of Color #488fff

%72
%44
%0
%0

Triadic Colors of #488fff

#488fff #ff488f #8fff48

Analogous Colors of #488fff

#488fff #5d48ff #48ebff

Monochromatic Colors of #488fff

#488fff

Complementary Color

#488fff #ffb848

#488fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#488fff Color CSS Codes

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

#488fff Text Font Color

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

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


#488fff Background Color

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

This div background color is #488fff


#488fff Border Color

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

This div border color is #488fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488fff


Comments

No comments written yet.

Please login to write comment.