Color Hex Logo

#48daf3 Color Hex

#48DAF3
(72,218,243)
0 Favorites   0 Comments

Color spaces of #48daf3

RGB 72218243
HSL0.520.880.62
HSV189°70°95°
CMYK 0.700.100.00   0.05
XYZ43.921657.991693.6726
Yxy57.99160.22460.2965
Hunter Lab76.1522-30.3146-19.6243
CIE-Lab80.7341-30.3977-23.4332

#48daf3 color RGB value is (72,218,243).

#48daf3 hex color red value is 72, green value is 218 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #48daf3 hue: 0.52 , saturation: 0.88 and the lightness value of 48daf3 is 0.62.

The process color (four color CMYK) of #48daf3 color hex is 0.70, 0.10, 0.00, 0.05. Web safe color of #48daf3 is #33ccff. Color #48daf3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11011010 11110011
Octal 110 332 363
Decimal 72 218 243
Hex 48 DA F3

RGB Percentages of Color #48daf3

%13.51
%40.90
%45.59

CMYK Percentages of Color #48daf3

%70
%10
%0
%5

Triadic Colors of #48daf3

#48daf3 #f348da #daf348

Analogous Colors of #48daf3

#48daf3 #4885f3 #48f3b7

Monochromatic Colors of #48daf3

#48daf3

Complementary Color

#48daf3 #f36148

#48daf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48daf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#48daf3 Color CSS Codes

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

#48daf3 Text Font Color

<p style="color:#48daf3">Text here</p>

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


#48daf3 Background Color

<div style="background-color:#48daf3">
Div content here</div>

This div background color is #48daf3


#48daf3 Border Color

<div style="border:3px solid #48daf3">
Div here</div>

This div border color is #48daf3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,218,243, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48daf3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48daf3;
  -webkit-box-shadow: 1px 1px 3px 2px #48daf3;
  box-shadow:         1px 1px 3px 2px #48daf3; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48daf3


Comments

No comments written yet.

Please login to write comment.