Color Hex Logo

#72affb Color Hex

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

Color spaces of #72affb

RGB 114175251
HSL0.590.940.72
HSV213°55°98°
CMYK 0.550.300.00   0.02
XYZ39.682041.202497.1282
Yxy41.20240.22290.2315
Hunter Lab64.1891-1.9814-44.7827
CIE-Lab70.31751.6406-43.7038

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101111 11111011
Octal 162 257 373
Decimal 114 175 251
Hex 72 AF FB

RGB Percentages of Color #72affb

%21.11
%32.41
%46.48

CMYK Percentages of Color #72affb

%55
%30
%0
%2

Triadic Colors of #72affb

#72affb #fb72af #affb72

Analogous Colors of #72affb

#72affb #7a72fb #72f4fb

Monochromatic Colors of #72affb

#72affb

Complementary Color

#72affb #fbbe72

#72affb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72affb Color Preview on White Background

Lorem ipsum dolor sit amet.

#72affb Color CSS Codes

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

#72affb Text Font Color

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

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


#72affb Background Color

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

This div background color is #72affb


#72affb Border Color

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

This div border color is #72affb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,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 #72affb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72affb


Comments

No comments written yet.

Please login to write comment.