Color Hex Logo

#728eda Color Hex

#728EDA
(114,142,218)
0 Favorites   0 Comments

Color spaces of #728eda

RGB 114142218
HSL0.620.580.65
HSV224°48°85°
CMYK 0.480.350.00   0.15
XYZ29.267327.985470.1888
Yxy27.98540.22970.2196
Hunter Lab52.90126.1769-41.6345
CIE-Lab59.875510.5883-41.9491

#728eda color RGB value is (114,142,218).

#728eda hex color red value is 114, green value is 142 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #728eda hue: 0.62 , saturation: 0.58 and the lightness value of 728eda is 0.65.

The process color (four color CMYK) of #728eda color hex is 0.48, 0.35, 0.00, 0.15. Web safe color of #728eda is #6699cc. Color #728eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10001110 11011010
Octal 162 216 332
Decimal 114 142 218
Hex 72 8E DA

RGB Percentages of Color #728eda

%24.05
%29.96
%45.99

CMYK Percentages of Color #728eda

%48
%35
%0
%15

Triadic Colors of #728eda

#728eda #da728e #8eda72

Analogous Colors of #728eda

#728eda #8a72da #72c2da

Monochromatic Colors of #728eda

#728eda

Complementary Color

#728eda #dabe72

#728eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#728eda Color CSS Codes

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

#728eda Text Font Color

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

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


#728eda Background Color

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

This div background color is #728eda


#728eda Border Color

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

This div border color is #728eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728eda


Comments

No comments written yet.

Please login to write comment.