Color Hex Logo

#728ca7 Color Hex

#728CA7
(114,140,167)
0 Favorites   0 Comments

Color spaces of #728ca7

RGB 114140167
HSL0.580.230.55
HSV211°32°65°
CMYK 0.320.160.00   0.35
XYZ23.292625.123640.1809
Yxy25.12360.26290.2836
Hunter Lab50.1234-4.7663-12.4428
CIE-Lab57.1957-2.6050-17.2559

#728ca7 color RGB value is (114,140,167).

#728ca7 hex color red value is 114, green value is 140 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #728ca7 hue: 0.58 , saturation: 0.23 and the lightness value of 728ca7 is 0.55.

The process color (four color CMYK) of #728ca7 color hex is 0.32, 0.16, 0.00, 0.35. Web safe color of #728ca7 is #669999. Color #728ca7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10001100 10100111
Octal 162 214 247
Decimal 114 140 167
Hex 72 8C A7

RGB Percentages of Color #728ca7

%27.08
%33.25
%39.67

CMYK Percentages of Color #728ca7

%32
%16
%0
%35

Triadic Colors of #728ca7

#728ca7 #a7728c #8ca772

Analogous Colors of #728ca7

#728ca7 #7372a7 #72a7a7

Monochromatic Colors of #728ca7

#728ca7

Complementary Color

#728ca7 #a78d72

#728ca7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728ca7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#728ca7 Color CSS Codes

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

#728ca7 Text Font Color

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

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


#728ca7 Background Color

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

This div background color is #728ca7


#728ca7 Border Color

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

This div border color is #728ca7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728ca7


Comments

No comments written yet.

Please login to write comment.