Color Hex Logo

#488edd Color Hex

#488EDD
(72,142,221)
0 Favorites   0 Comments

Color spaces of #488edd

RGB 72142221
HSL0.590.690.57
HSV212°67°87°
CMYK 0.670.360.00   0.13
XYZ25.396625.944272.0758
Yxy25.94420.20580.2102
Hunter Lab50.9354-0.1363-48.2430
CIE-Lab57.98403.1476-46.7449

#488edd color RGB value is (72,142,221).

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

The process color (four color CMYK) of #488edd color hex is 0.67, 0.36, 0.00, 0.13. Web safe color of #488edd is #3399cc. Color #488edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001110 11011101
Octal 110 216 335
Decimal 72 142 221
Hex 48 8E DD

RGB Percentages of Color #488edd

%16.55
%32.64
%50.80

CMYK Percentages of Color #488edd

%67
%36
%0
%13

Triadic Colors of #488edd

#488edd #dd488e #8edd48

Analogous Colors of #488edd

#488edd #4c48dd #48d9dd

Monochromatic Colors of #488edd

#488edd

Complementary Color

#488edd #dd9748

#488edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#488edd Color CSS Codes

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

#488edd Text Font Color

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

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


#488edd Background Color

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

This div background color is #488edd


#488edd Border Color

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

This div border color is #488edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488edd


Comments

No comments written yet.

Please login to write comment.