Color Hex Logo

#728caf Color Hex

#728CAF
(114,140,175)
0 Favorites   0 Comments

Color spaces of #728caf

RGB 114140175
HSL0.600.280.57
HSV214°35°69°
CMYK 0.350.200.00   0.31
XYZ24.055425.428744.1978
Yxy25.42870.25680.2714
Hunter Lab50.4269-3.0962-16.6673
CIE-Lab57.4908-0.4980-21.3765

#728caf color RGB value is (114,140,175).

#728caf hex color red value is 114, green value is 140 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #728caf hue: 0.60 , saturation: 0.28 and the lightness value of 728caf is 0.57.

The process color (four color CMYK) of #728caf color hex is 0.35, 0.20, 0.00, 0.31. Web safe color of #728caf is #669999. Color #728caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10001100 10101111
Octal 162 214 257
Decimal 114 140 175
Hex 72 8C AF

RGB Percentages of Color #728caf

%26.57
%32.63
%40.79

CMYK Percentages of Color #728caf

%35
%20
%0
%31

Triadic Colors of #728caf

#728caf #af728c #8caf72

Analogous Colors of #728caf

#728caf #7772af #72abaf

Monochromatic Colors of #728caf

#728caf

Complementary Color

#728caf #af9572

#728caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#728caf Color CSS Codes

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

#728caf Text Font Color

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

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


#728caf Background Color

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

This div background color is #728caf


#728caf Border Color

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

This div border color is #728caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728caf

#728caf Color Palettes


Comments

No comments written yet.

Please login to write comment.