Color Hex Logo

#728bcc Color Hex

#728BCC
(114,139,204)
0 Favorites   0 Comments

Color spaces of #728bcc

RGB 114139204
HSL0.620.470.62
HSV223°44°80°
CMYK 0.440.320.00   0.20
XYZ27.071126.402360.7961
Yxy26.40230.23690.2311
Hunter Lab51.38324.1218-34.1832
CIE-Lab58.41708.2094-36.3854

#728bcc color RGB value is (114,139,204).

#728bcc hex color red value is 114, green value is 139 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #728bcc hue: 0.62 , saturation: 0.47 and the lightness value of 728bcc is 0.62.

The process color (four color CMYK) of #728bcc color hex is 0.44, 0.32, 0.00, 0.20. Web safe color of #728bcc is #6699cc. Color #728bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10001011 11001100
Octal 162 213 314
Decimal 114 139 204
Hex 72 8B CC

RGB Percentages of Color #728bcc

%24.95
%30.42
%44.64

CMYK Percentages of Color #728bcc

%44
%32
%0
%20

Triadic Colors of #728bcc

#728bcc #cc728b #8bcc72

Analogous Colors of #728bcc

#728bcc #8672cc #72b8cc

Monochromatic Colors of #728bcc

#728bcc

Complementary Color

#728bcc #ccb372

#728bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#728bcc Color CSS Codes

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

#728bcc Text Font Color

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

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


#728bcc Background Color

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

This div background color is #728bcc


#728bcc Border Color

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

This div border color is #728bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728bcc


Comments

No comments written yet.

Please login to write comment.