Color Hex Logo

#728cbe Color Hex

#728CBE
(114,140,190)
0 Favorites   0 Comments

Color spaces of #728cbe

RGB 114140190
HSL0.610.370.60
HSV219°40°75°
CMYK 0.400.260.00   0.25
XYZ25.611826.051352.3937
Yxy26.05130.24610.2504
Hunter Lab51.04050.2494-25.1336
CIE-Lab58.08573.6165-28.9903

#728cbe color RGB value is (114,140,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10001100 10111110
Octal 162 214 276
Decimal 114 140 190
Hex 72 8C BE

RGB Percentages of Color #728cbe

%25.68
%31.53
%42.79

CMYK Percentages of Color #728cbe

%40
%26
%0
%25

Triadic Colors of #728cbe

#728cbe #be728c #8cbe72

Analogous Colors of #728cbe

#728cbe #7e72be #72b2be

Monochromatic Colors of #728cbe

#728cbe

Complementary Color

#728cbe #bea472

#728cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#728cbe Color CSS Codes

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

#728cbe Text Font Color

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

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


#728cbe Background Color

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

This div background color is #728cbe


#728cbe Border Color

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

This div border color is #728cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728cbe


Comments

No comments written yet.

Please login to write comment.