Color Hex Logo

#48affb Color Hex

#48AFFB
(72,175,251)
0 Favorites   0 Comments

Color spaces of #48affb

RGB 72175251
HSL0.570.960.63
HSV205°71°98°
CMYK 0.710.300.00   0.02
XYZ35.415039.002796.9285
Yxy39.00270.20670.2276
Hunter Lab62.4521-8.0685-48.3042
CIE-Lab68.7532-5.5224-46.2688

#48affb color RGB value is (72,175,251).

#48affb hex color red value is 72, green value is 175 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #48affb hue: 0.57 , saturation: 0.96 and the lightness value of 48affb is 0.63.

The process color (four color CMYK) of #48affb color hex is 0.71, 0.30, 0.00, 0.02. Web safe color of #48affb is #3399ff. Color #48affb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101111 11111011
Octal 110 257 373
Decimal 72 175 251
Hex 48 AF FB

RGB Percentages of Color #48affb

%14.46
%35.14
%50.40

CMYK Percentages of Color #48affb

%71
%30
%0
%2

Triadic Colors of #48affb

#48affb #fb48af #affb48

Analogous Colors of #48affb

#48affb #4856fb #48fbee

Monochromatic Colors of #48affb

#48affb

Complementary Color

#48affb #fb9448

#48affb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48affb Color Preview on White Background

Lorem ipsum dolor sit amet.

#48affb Color CSS Codes

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

#48affb Text Font Color

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

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


#48affb Background Color

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

This div background color is #48affb


#48affb Border Color

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

This div border color is #48affb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48affb

Related Colors


Comments

No comments written yet.

Please login to write comment.