color codes Logo

#488adf color codes

#488ADF
(72,138,223)
0 Favorites   0 Comments

Color spaces of #488adf

RGB 72138223
HSL0.590.700.58
HSV214°68°87°
CMYK 0.680.380.00   0.13
XYZ25.080224.882473.2929
Yxy24.88240.20350.2019
Hunter Lab49.88232.4537-52.1983
CIE-Lab56.96076.2158-49.4851

#488adf color RGB value is (72,138,223).

#488adf hex color red value is 72, green value is 138 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #488adf hue: 0.59 , saturation: 0.70 and the lightness value of 488adf is 0.58.

The process color (four color CMYK) of #488adf color code is 0.68, 0.38, 0.00, 0.13. Web safe color of #488adf is #3399cc. Color #488adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001010 11011111
Octal 110 212 337
Decimal 72 138 223
Hex 48 8A DF

RGB Percentages of Color #488adf

%16.63
%31.87
%51.50

CMYK Percentages of Color #488adf

%68
%38
%0
%13

Triadic Colors of #488adf

#488adf #df488a #8adf48

Analogous Colors of #488adf

#488adf #5248df #48d6df

Monochromatic Colors of #488adf

#488adf

Complementary Color

#488adf #df9d48

#488adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#488adf Color CSS Codes

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

#488adf Text Font Color

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

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


#488adf Background Color

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

This div background color is #488adf


#488adf Border Color

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

This div border color is #488adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488adf


Comments

No comments written yet.

Please login to write comment.