Color Hex Logo

#48afe5 Color Hex

#48AFE5
(72,175,229)
0 Favorites   0 Comments

Color spaces of #48afe5

RGB 72175229
HSL0.560.750.59
HSV201°69°90°
CMYK 0.690.240.00   0.10
XYZ32.145337.694879.7103
Yxy37.69480.21490.2521
Hunter Lab61.3961-13.9855-33.9987
CIE-Lab67.7951-12.8245-35.7783

#48afe5 color RGB value is (72,175,229).

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

The process color (four color CMYK) of #48afe5 color hex is 0.69, 0.24, 0.00, 0.10. Web safe color of #48afe5 is #3399cc. Color #48afe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101111 11100101
Octal 110 257 345
Decimal 72 175 229
Hex 48 AF E5

RGB Percentages of Color #48afe5

%15.13
%36.76
%48.11

CMYK Percentages of Color #48afe5

%69
%24
%0
%10

Triadic Colors of #48afe5

#48afe5 #e548af #afe548

Analogous Colors of #48afe5

#48afe5 #4861e5 #48e5cd

Monochromatic Colors of #48afe5

#48afe5

Complementary Color

#48afe5 #e57e48

#48afe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48afe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#48afe5 Color CSS Codes

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

#48afe5 Text Font Color

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

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


#48afe5 Background Color

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

This div background color is #48afe5


#48afe5 Border Color

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

This div border color is #48afe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48afe5


Comments

No comments written yet.

Please login to write comment.