Color Hex Logo

#488fed Color Hex

#488FED
(72,143,237)
0 Favorites   0 Comments

Color spaces of #488fed

RGB 72143237
HSL0.590.820.61
HSV214°70°93°
CMYK 0.700.400.00   0.07
XYZ27.781027.137183.8945
Yxy27.13710.20010.1955
Hunter Lab52.09334.0296-59.0193
CIE-Lab59.10108.1117-53.8684

#488fed color RGB value is (72,143,237).

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

The process color (four color CMYK) of #488fed color hex is 0.70, 0.40, 0.00, 0.07. Web safe color of #488fed is #3399ff. Color #488fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001111 11101101
Octal 110 217 355
Decimal 72 143 237
Hex 48 8F ED

RGB Percentages of Color #488fed

%15.93
%31.64
%52.43

CMYK Percentages of Color #488fed

%70
%40
%0
%7

Triadic Colors of #488fed

#488fed #ed488f #8fed48

Analogous Colors of #488fed

#488fed #5448ed #48e2ed

Monochromatic Colors of #488fed

#488fed

Complementary Color

#488fed #eda648

#488fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#488fed Color CSS Codes

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

#488fed Text Font Color

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

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


#488fed Background Color

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

This div background color is #488fed


#488fed Border Color

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

This div border color is #488fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488fed


Comments

No comments written yet.

Please login to write comment.