Color Hex Logo

#48afe8 Color Hex

#48AFE8
(72,175,232)
0 Favorites   0 Comments

Color spaces of #48afe8

RGB 72175232
HSL0.560.780.60
HSV201°69°91°
CMYK 0.690.250.00   0.09
XYZ32.567937.863981.9359
Yxy37.86390.21370.2485
Hunter Lab61.5336-13.2092-35.8748
CIE-Lab67.9202-11.8439-37.2248

#48afe8 color RGB value is (72,175,232).

#48afe8 hex color red value is 72, green value is 175 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #48afe8 hue: 0.56 , saturation: 0.78 and the lightness value of 48afe8 is 0.60.

The process color (four color CMYK) of #48afe8 color hex is 0.69, 0.25, 0.00, 0.09. Web safe color of #48afe8 is #3399ff. Color #48afe8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101111 11101000
Octal 110 257 350
Decimal 72 175 232
Hex 48 AF E8

RGB Percentages of Color #48afe8

%15.03
%36.53
%48.43

CMYK Percentages of Color #48afe8

%69
%25
%0
%9

Triadic Colors of #48afe8

#48afe8 #e848af #afe848

Analogous Colors of #48afe8

#48afe8 #485fe8 #48e8d1

Monochromatic Colors of #48afe8

#48afe8

Complementary Color

#48afe8 #e88148

#48afe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48afe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#48afe8 Color CSS Codes

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

#48afe8 Text Font Color

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

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


#48afe8 Background Color

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

This div background color is #48afe8


#48afe8 Border Color

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

This div border color is #48afe8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48afe8


Comments

No comments written yet.

Please login to write comment.