Color Hex Logo

#728dbe Color Hex

#728DBE
(114,141,190)
0 Favorites   0 Comments

Color spaces of #728dbe

RGB 114141190
HSL0.610.370.60
HSV219°40°75°
CMYK 0.400.260.00   0.25
XYZ25.758626.344952.4426
Yxy26.34490.24640.2520
Hunter Lab51.3273-0.2425-24.6492
CIE-Lab58.36303.0372-28.5610

#728dbe color RGB value is (114,141,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10001101 10111110
Octal 162 215 276
Decimal 114 141 190
Hex 72 8D BE

RGB Percentages of Color #728dbe

%25.62
%31.69
%42.70

CMYK Percentages of Color #728dbe

%40
%26
%0
%25

Triadic Colors of #728dbe

#728dbe #be728d #8dbe72

Analogous Colors of #728dbe

#728dbe #7d72be #72b3be

Monochromatic Colors of #728dbe

#728dbe

Complementary Color

#728dbe #bea372

#728dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#728dbe Color CSS Codes

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

#728dbe Text Font Color

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

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


#728dbe Background Color

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

This div background color is #728dbe


#728dbe Border Color

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

This div border color is #728dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728dbe


Comments

No comments written yet.

Please login to write comment.