Color Hex Logo

#728abf Color Hex

#728ABF
(114,138,191)
0 Favorites   0 Comments

Color spaces of #728abf

RGB 114138191
HSL0.610.380.60
HSV221°40°75°
CMYK 0.400.280.00   0.25
XYZ25.431925.516052.8749
Yxy25.51600.24500.2458
Hunter Lab50.51341.4708-26.7025
CIE-Lab57.57485.0609-30.3496

#728abf color RGB value is (114,138,191).

#728abf hex color red value is 114, green value is 138 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #728abf hue: 0.61 , saturation: 0.38 and the lightness value of 728abf is 0.60.

The process color (four color CMYK) of #728abf color hex is 0.40, 0.28, 0.00, 0.25. Web safe color of #728abf is #6699cc. Color #728abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10001010 10111111
Octal 162 212 277
Decimal 114 138 191
Hex 72 8A BF

RGB Percentages of Color #728abf

%25.73
%31.15
%43.12

CMYK Percentages of Color #728abf

%40
%28
%0
%25

Triadic Colors of #728abf

#728abf #bf728a #8abf72

Analogous Colors of #728abf

#728abf #8172bf #72b1bf

Monochromatic Colors of #728abf

#728abf

Complementary Color

#728abf #bfa772

#728abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#728abf Color CSS Codes

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

#728abf Text Font Color

<p style="color:#728abf">Text here</p>

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


#728abf Background Color

<div style="background-color:#728abf">
Div content here</div>

This div background color is #728abf


#728abf Border Color

<div style="border:3px solid #728abf">
Div here</div>

This div border color is #728abf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,138,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #728abf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #728abf;
  -webkit-box-shadow: 1px 1px 3px 2px #728abf;
  box-shadow:         1px 1px 3px 2px #728abf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728abf


Comments

No comments written yet.

Please login to write comment.