Color Hex Logo

#488cec Color Hex

#488CEC
(72,140,236)
0 Favorites   0 Comments

Color spaces of #488cec

RGB 72140236
HSL0.600.810.60
HSV215°69°93°
CMYK 0.690.410.00   0.07
XYZ27.190926.190082.9789
Yxy26.19000.19940.1921
Hunter Lab51.17625.2823-60.3116
CIE-Lab58.21709.5561-54.7232

#488cec color RGB value is (72,140,236).

#488cec hex color red value is 72, green value is 140 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #488cec hue: 0.60 , saturation: 0.81 and the lightness value of 488cec is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001100 11101100
Octal 110 214 354
Decimal 72 140 236
Hex 48 8C EC

RGB Percentages of Color #488cec

%16.07
%31.25
%52.68

CMYK Percentages of Color #488cec

%69
%41
%0
%7

Triadic Colors of #488cec

#488cec #ec488c #8cec48

Analogous Colors of #488cec

#488cec #5648ec #48deec

Monochromatic Colors of #488cec

#488cec

Complementary Color

#488cec #eca848

#488cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#488cec Color CSS Codes

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

#488cec Text Font Color

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

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


#488cec Background Color

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

This div background color is #488cec


#488cec Border Color

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

This div border color is #488cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488cec


Comments

No comments written yet.

Please login to write comment.