Color Hex Logo

#488ebb Color Hex

#488EBB
(72,142,187)
0 Favorites   0 Comments

Color spaces of #488ebb

RGB 72142187
HSL0.570.460.51
HSV203°61°73°
CMYK 0.610.240.00   0.27
XYZ21.315124.311650.5829
Yxy24.31160.22150.2527
Hunter Lab49.3068-9.1222-26.3097
CIE-Lab56.3984-8.2865-30.0727

#488ebb color RGB value is (72,142,187).

#488ebb hex color red value is 72, green value is 142 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #488ebb hue: 0.57 , saturation: 0.46 and the lightness value of 488ebb is 0.51.

The process color (four color CMYK) of #488ebb color hex is 0.61, 0.24, 0.00, 0.27. Web safe color of #488ebb is #3399cc. Color #488ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001110 10111011
Octal 110 216 273
Decimal 72 142 187
Hex 48 8E BB

RGB Percentages of Color #488ebb

%17.96
%35.41
%46.63

CMYK Percentages of Color #488ebb

%61
%24
%0
%27

Triadic Colors of #488ebb

#488ebb #bb488e #8ebb48

Analogous Colors of #488ebb

#488ebb #4854bb #48bbaf

Monochromatic Colors of #488ebb

#488ebb

Complementary Color

#488ebb #bb7548

#488ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#488ebb Color CSS Codes

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

#488ebb Text Font Color

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

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


#488ebb Background Color

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

This div background color is #488ebb


#488ebb Border Color

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

This div border color is #488ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488ebb


Comments

No comments written yet.

Please login to write comment.