Color Hex Logo

#488de2 Color Hex

#488DE2
(72,141,226)
0 Favorites   0 Comments

Color spaces of #488de2

RGB 72141226
HSL0.590.730.58
HSV213°68°89°
CMYK 0.680.380.00   0.11
XYZ25.924825.918575.5879
Yxy25.91850.20340.2034
Hunter Lab50.91021.8039-52.3925
CIE-Lab57.95965.4703-49.5734

#488de2 color RGB value is (72,141,226).

#488de2 hex color red value is 72, green value is 141 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #488de2 hue: 0.59 , saturation: 0.73 and the lightness value of 488de2 is 0.58.

The process color (four color CMYK) of #488de2 color hex is 0.68, 0.38, 0.00, 0.11. Web safe color of #488de2 is #3399cc. Color #488de2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001101 11100010
Octal 110 215 342
Decimal 72 141 226
Hex 48 8D E2

RGB Percentages of Color #488de2

%16.40
%32.12
%51.48

CMYK Percentages of Color #488de2

%68
%38
%0
%11

Triadic Colors of #488de2

#488de2 #e2488d #8de248

Analogous Colors of #488de2

#488de2 #5048e2 #48dae2

Monochromatic Colors of #488de2

#488de2

Complementary Color

#488de2 #e29d48

#488de2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488de2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#488de2 Color CSS Codes

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

#488de2 Text Font Color

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

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


#488de2 Background Color

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

This div background color is #488de2


#488de2 Border Color

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

This div border color is #488de2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488de2


Comments

No comments written yet.

Please login to write comment.