Color Hex Logo

#728dbd Color Hex

#728DBD
(114,141,189)
0 Favorites   0 Comments

Color spaces of #728dbd

RGB 114141189
HSL0.610.360.59
HSV218°40°74°
CMYK 0.400.250.00   0.26
XYZ25.649626.301351.8689
Yxy26.30130.24710.2533
Hunter Lab51.2848-0.4733-24.0659
CIE-Lab58.32192.7570-28.0580

#728dbd color RGB value is (114,141,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10001101 10111101
Octal 162 215 275
Decimal 114 141 189
Hex 72 8D BD

RGB Percentages of Color #728dbd

%25.68
%31.76
%42.57

CMYK Percentages of Color #728dbd

%40
%25
%0
%26

Triadic Colors of #728dbd

#728dbd #bd728d #8dbd72

Analogous Colors of #728dbd

#728dbd #7d72bd #72b3bd

Monochromatic Colors of #728dbd

#728dbd

Complementary Color

#728dbd #bda272

#728dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#728dbd Color CSS Codes

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

#728dbd Text Font Color

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

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


#728dbd Background Color

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

This div background color is #728dbd


#728dbd Border Color

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

This div border color is #728dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728dbd


Comments

No comments written yet.

Please login to write comment.