Color Hex Logo

#488ecc Color Hex

#488ECC
(72,142,204)
0 Favorites   0 Comments

Color spaces of #488ecc

RGB 72142204
HSL0.580.560.54
HSV208°65°80°
CMYK 0.650.300.00   0.20
XYZ23.244625.083460.7432
Yxy25.08340.21310.2300
Hunter Lab50.0833-4.8007-36.8511
CIE-Lab57.1566-2.6517-38.5107

#488ecc color RGB value is (72,142,204).

#488ecc hex color red value is 72, green value is 142 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #488ecc hue: 0.58 , saturation: 0.56 and the lightness value of 488ecc is 0.54.

The process color (four color CMYK) of #488ecc color hex is 0.65, 0.30, 0.00, 0.20. Web safe color of #488ecc is #3399cc. Color #488ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001110 11001100
Octal 110 216 314
Decimal 72 142 204
Hex 48 8E CC

RGB Percentages of Color #488ecc

%17.22
%33.97
%48.80

CMYK Percentages of Color #488ecc

%65
%30
%0
%20

Triadic Colors of #488ecc

#488ecc #cc488e #8ecc48

Analogous Colors of #488ecc

#488ecc #484ccc #48ccc8

Monochromatic Colors of #488ecc

#488ecc

Complementary Color

#488ecc #cc8648

#488ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#488ecc Color CSS Codes

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

#488ecc Text Font Color

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

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


#488ecc Background Color

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

This div background color is #488ecc


#488ecc Border Color

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

This div border color is #488ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488ecc


Comments

No comments written yet.

Please login to write comment.