Color Hex Logo

#488eff Color Hex

#488EFF
(72,142,255)
0 Favorites   0 Comments

Color spaces of #488eff

RGB 72142255
HSL0.601.000.64
HSV217°72°100°
CMYK 0.720.440.00   0.00
XYZ30.395527.943798.3994
Yxy27.94370.19390.1783
Hunter Lab52.861810.1292-73.3619
CIE-Lab59.837815.0347-62.6084

#488eff color RGB value is (72,142,255).

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

The process color (four color CMYK) of #488eff color hex is 0.72, 0.44, 0.00, 0.00. Web safe color of #488eff is #3399ff. Color #488eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001110 11111111
Octal 110 216 377
Decimal 72 142 255
Hex 48 8E FF

RGB Percentages of Color #488eff

%15.35
%30.28
%54.37

CMYK Percentages of Color #488eff

%72
%44
%0
%0

Triadic Colors of #488eff

#488eff #ff488e #8eff48

Analogous Colors of #488eff

#488eff #5e48ff #48eaff

Monochromatic Colors of #488eff

#488eff

Complementary Color

#488eff #ffb948

#488eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#488eff Color CSS Codes

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

#488eff Text Font Color

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

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


#488eff Background Color

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

This div background color is #488eff


#488eff Border Color

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

This div border color is #488eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488eff


Comments

No comments written yet.

Please login to write comment.