Color Hex Logo

#72abff Color Hex

#72ABFF
(114,171,255)
0 Favorites   0 Comments

Color spaces of #72abff

RGB 114171255
HSL0.601.000.72
HSV216°55°100°
CMYK 0.550.330.00   0.00
XYZ39.552339.9232100.2291
Yxy39.92320.22010.2222
Hunter Lab63.18481.1637-49.8215
CIE-Lab69.41485.1240-47.2876

#72abff color RGB value is (114,171,255).

#72abff hex color red value is 114, green value is 171 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #72abff hue: 0.60 , saturation: 1.00 and the lightness value of 72abff is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101011 11111111
Octal 162 253 377
Decimal 114 171 255
Hex 72 AB FF

RGB Percentages of Color #72abff

%21.11
%31.67
%47.22

CMYK Percentages of Color #72abff

%55
%33
%0
%0

Triadic Colors of #72abff

#72abff #ff72ab #abff72

Analogous Colors of #72abff

#72abff #8072ff #72f2ff

Monochromatic Colors of #72abff

#72abff

Complementary Color

#72abff #ffc672

#72abff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72abff Color Preview on White Background

Lorem ipsum dolor sit amet.

#72abff Color CSS Codes

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

#72abff Text Font Color

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

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


#72abff Background Color

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

This div background color is #72abff


#72abff Border Color

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

This div border color is #72abff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,171,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72abff


Comments

No comments written yet.

Please login to write comment.