Color Hex Logo

#488feb Color Hex

#488FEB
(72,143,235)
0 Favorites   0 Comments

Color spaces of #488feb

RGB 72143235
HSL0.590.800.60
HSV214°69°92°
CMYK 0.690.390.00   0.08
XYZ27.490327.020882.3639
Yxy27.02080.20080.1974
Hunter Lab51.98153.4316-57.5570
CIE-Lab58.99367.4134-52.9317

#488feb color RGB value is (72,143,235).

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

The process color (four color CMYK) of #488feb color hex is 0.69, 0.39, 0.00, 0.08. Web safe color of #488feb is #3399ff. Color #488feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001111 11101011
Octal 110 217 353
Decimal 72 143 235
Hex 48 8F EB

RGB Percentages of Color #488feb

%16.00
%31.78
%52.22

CMYK Percentages of Color #488feb

%69
%39
%0
%8

Triadic Colors of #488feb

#488feb #eb488f #8feb48

Analogous Colors of #488feb

#488feb #5348eb #48e1eb

Monochromatic Colors of #488feb

#488feb

Complementary Color

#488feb #eba448

#488feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#488feb Color CSS Codes

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

#488feb Text Font Color

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

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


#488feb Background Color

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

This div background color is #488feb


#488feb Border Color

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

This div border color is #488feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488feb


Comments

No comments written yet.

Please login to write comment.