Color Hex Logo

#728bbc Color Hex

#728BBC
(114,139,188)
0 Favorites   0 Comments

Color spaces of #728bbc

RGB 114139188
HSL0.610.360.59
HSV220°39°74°
CMYK 0.390.260.00   0.26
XYZ25.249125.673551.2017
Yxy25.67350.24720.2514
Hunter Lab50.66900.2783-24.4450
CIE-Lab57.72583.6359-28.4131

#728bbc color RGB value is (114,139,188).

#728bbc hex color red value is 114, green value is 139 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #728bbc hue: 0.61 , saturation: 0.36 and the lightness value of 728bbc is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10001011 10111100
Octal 162 213 274
Decimal 114 139 188
Hex 72 8B BC

RGB Percentages of Color #728bbc

%25.85
%31.52
%42.63

CMYK Percentages of Color #728bbc

%39
%26
%0
%26

Triadic Colors of #728bbc

#728bbc #bc728b #8bbc72

Analogous Colors of #728bbc

#728bbc #7e72bc #72b0bc

Monochromatic Colors of #728bbc

#728bbc

Complementary Color

#728bbc #bca372

#728bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#728bbc Color CSS Codes

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

#728bbc Text Font Color

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

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


#728bbc Background Color

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

This div background color is #728bbc


#728bbc Border Color

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

This div border color is #728bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728bbc


Comments

No comments written yet.

Please login to write comment.