Color Hex Logo

#728fbe Color Hex

#728FBE
(114,143,190)
0 Favorites   0 Comments

Color spaces of #728fbe

RGB 114143190
HSL0.600.370.60
HSV217°40°75°
CMYK 0.400.250.00   0.25
XYZ26.056226.940052.5418
Yxy26.94000.24690.2553
Hunter Lab51.9038-1.2228-23.6862
CIE-Lab58.91871.8830-27.7016

#728fbe color RGB value is (114,143,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10001111 10111110
Octal 162 217 276
Decimal 114 143 190
Hex 72 8F BE

RGB Percentages of Color #728fbe

%25.50
%31.99
%42.51

CMYK Percentages of Color #728fbe

%40
%25
%0
%25

Triadic Colors of #728fbe

#728fbe #be728f #8fbe72

Analogous Colors of #728fbe

#728fbe #7b72be #72b5be

Monochromatic Colors of #728fbe

#728fbe

Complementary Color

#728fbe #bea172

#728fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#728fbe Color CSS Codes

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

#728fbe Text Font Color

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

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


#728fbe Background Color

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

This div background color is #728fbe


#728fbe Border Color

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

This div border color is #728fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728fbe


Comments

No comments written yet.

Please login to write comment.