Color Hex Logo

#728eff Color Hex

#728EFF
(114,142,255)
0 Favorites   0 Comments

Color spaces of #728eff

RGB 114142255
HSL0.631.000.72
HSV228°55°100°
CMYK 0.550.440.00   0.00
XYZ34.662430.143498.5991
Yxy30.14340.21210.1845
Hunter Lab54.903016.6137-68.0455
CIE-Lab61.777821.9773-59.3945

#728eff color RGB value is (114,142,255).

#728eff hex color red value is 114, green value is 142 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #728eff hue: 0.63 , saturation: 1.00 and the lightness value of 728eff is 0.72.

The process color (four color CMYK) of #728eff color hex is 0.55, 0.44, 0.00, 0.00. Web safe color of #728eff is #6699ff. Color #728eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10001110 11111111
Octal 162 216 377
Decimal 114 142 255
Hex 72 8E FF

RGB Percentages of Color #728eff

%22.31
%27.79
%49.90

CMYK Percentages of Color #728eff

%55
%44
%0
%0

Triadic Colors of #728eff

#728eff #ff728e #8eff72

Analogous Colors of #728eff

#728eff #9d72ff #72d5ff

Monochromatic Colors of #728eff

#728eff

Complementary Color

#728eff #ffe372

#728eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#728eff Color CSS Codes

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

#728eff Text Font Color

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

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


#728eff Background Color

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

This div background color is #728eff


#728eff Border Color

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

This div border color is #728eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728eff

Related Colors


Comments

No comments written yet.

Please login to write comment.