Color Hex Logo

#729bfe Color Hex

#729BFE
(114,155,254)
0 Favorites   0 Comments

Color spaces of #729bfe

RGB 114155254
HSL0.620.990.72
HSV222°55°100°
CMYK 0.550.390.00   0.00
XYZ36.550234.175998.4361
Yxy34.17590.21610.2020
Hunter Lab58.46029.2957-58.9113
CIE-Lab65.102014.0198-53.5564

#729bfe color RGB value is (114,155,254).

#729bfe hex color red value is 114, green value is 155 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #729bfe hue: 0.62 , saturation: 0.99 and the lightness value of 729bfe is 0.72.

The process color (four color CMYK) of #729bfe color hex is 0.55, 0.39, 0.00, 0.00. Web safe color of #729bfe is #6699ff. Color #729bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10011011 11111110
Octal 162 233 376
Decimal 114 155 254
Hex 72 9B FE

RGB Percentages of Color #729bfe

%21.80
%29.64
%48.57

CMYK Percentages of Color #729bfe

%55
%39
%0
%0

Triadic Colors of #729bfe

#729bfe #fe729b #9bfe72

Analogous Colors of #729bfe

#729bfe #8f72fe #72e1fe

Monochromatic Colors of #729bfe

#729bfe

Complementary Color

#729bfe #fed572

#729bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#729bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#729bfe Color CSS Codes

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

#729bfe Text Font Color

<p style="color:#729bfe">Text here</p>

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


#729bfe Background Color

<div style="background-color:#729bfe">
Div content here</div>

This div background color is #729bfe


#729bfe Border Color

<div style="border:3px solid #729bfe">
Div here</div>

This div border color is #729bfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,155,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #729bfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #729bfe;
  -webkit-box-shadow: 1px 1px 3px 2px #729bfe;
  box-shadow:         1px 1px 3px 2px #729bfe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #729bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.