Color Hex Logo

#488ced Color Hex

#488CED
(72,140,237)
0 Favorites   0 Comments

Color spaces of #488ced

RGB 72140237
HSL0.600.820.61
HSV215°70°93°
CMYK 0.700.410.00   0.07
XYZ27.336626.248383.7464
Yxy26.24830.19910.1911
Hunter Lab51.23315.5849-61.0532
CIE-Lab58.27209.9063-55.1898

#488ced color RGB value is (72,140,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001100 11101101
Octal 110 214 355
Decimal 72 140 237
Hex 48 8C ED

RGB Percentages of Color #488ced

%16.04
%31.18
%52.78

CMYK Percentages of Color #488ced

%70
%41
%0
%7

Triadic Colors of #488ced

#488ced #ed488c #8ced48

Analogous Colors of #488ced

#488ced #5748ed #48dfed

Monochromatic Colors of #488ced

#488ced

Complementary Color

#488ced #eda948

#488ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#488ced Color CSS Codes

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

#488ced Text Font Color

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

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


#488ced Background Color

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

This div background color is #488ced


#488ced Border Color

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

This div border color is #488ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488ced


Comments

No comments written yet.

Please login to write comment.