Color Hex Logo

#488eea Color Hex

#488EEA
(72,142,234)
0 Favorites   0 Comments

Color spaces of #488eea

RGB 72142234
HSL0.590.790.60
HSV214°69°92°
CMYK 0.690.390.00   0.08
XYZ27.196826.664281.5552
Yxy26.66420.20080.1969
Hunter Lab51.63743.6484-57.4954
CIE-Lab58.66227.6607-52.9047

#488eea color RGB value is (72,142,234).

#488eea hex color red value is 72, green value is 142 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #488eea hue: 0.59 , saturation: 0.79 and the lightness value of 488eea is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001110 11101010
Octal 110 216 352
Decimal 72 142 234
Hex 48 8E EA

RGB Percentages of Color #488eea

%16.07
%31.70
%52.23

CMYK Percentages of Color #488eea

%69
%39
%0
%8

Triadic Colors of #488eea

#488eea #ea488e #8eea48

Analogous Colors of #488eea

#488eea #5348ea #48dfea

Monochromatic Colors of #488eea

#488eea

Complementary Color

#488eea #eaa448

#488eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#488eea Color CSS Codes

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

#488eea Text Font Color

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

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


#488eea Background Color

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

This div background color is #488eea


#488eea Border Color

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

This div border color is #488eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488eea


Comments

No comments written yet.

Please login to write comment.