Color Hex Logo

#728aeb Color Hex

#728AEB
(114,138,235)
0 Favorites   0 Comments

Color spaces of #728aeb

RGB 114138235
HSL0.630.750.68
HSV228°51°92°
CMYK 0.510.410.00   0.08
XYZ31.023327.752582.3189
Yxy27.75250.21990.1967
Hunter Lab52.680612.9264-55.7703
CIE-Lab59.664518.1200-51.7418

#728aeb color RGB value is (114,138,235).

#728aeb hex color red value is 114, green value is 138 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #728aeb hue: 0.63 , saturation: 0.75 and the lightness value of 728aeb is 0.68.

The process color (four color CMYK) of #728aeb color hex is 0.51, 0.41, 0.00, 0.08. Web safe color of #728aeb is #6699ff. Color #728aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10001010 11101011
Octal 162 212 353
Decimal 114 138 235
Hex 72 8A EB

RGB Percentages of Color #728aeb

%23.41
%28.34
%48.25

CMYK Percentages of Color #728aeb

%51
%41
%0
%8

Triadic Colors of #728aeb

#728aeb #eb728a #8aeb72

Analogous Colors of #728aeb

#728aeb #9772eb #72c7eb

Monochromatic Colors of #728aeb

#728aeb

Complementary Color

#728aeb #ebd372

#728aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#728aeb Color CSS Codes

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

#728aeb Text Font Color

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

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


#728aeb Background Color

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

This div background color is #728aeb


#728aeb Border Color

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

This div border color is #728aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728aeb


Comments

No comments written yet.

Please login to write comment.