Color Hex Logo

#729bca Color Hex

#729BCA
(114,155,202)
0 Favorites   0 Comments

Color spaces of #729bca

RGB 114155202
HSL0.590.450.62
HSV212°44°79°
CMYK 0.440.230.00   0.21
XYZ29.321431.284460.3702
Yxy31.28440.24240.2586
Hunter Lab55.9325-4.3070-24.8414
CIE-Lab62.7470-1.5807-28.5344

#729bca color RGB value is (114,155,202).

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

The process color (four color CMYK) of #729bca color hex is 0.44, 0.23, 0.00, 0.21. Web safe color of #729bca is #6699cc. Color #729bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10011011 11001010
Octal 162 233 312
Decimal 114 155 202
Hex 72 9B CA

RGB Percentages of Color #729bca

%24.20
%32.91
%42.89

CMYK Percentages of Color #729bca

%44
%23
%0
%21

Triadic Colors of #729bca

#729bca #ca729b #9bca72

Analogous Colors of #729bca

#729bca #7572ca #72c7ca

Monochromatic Colors of #729bca

#729bca

Complementary Color

#729bca #caa172

#729bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#729bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#729bca Color CSS Codes

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

#729bca Text Font Color

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

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


#729bca Background Color

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

This div background color is #729bca


#729bca Border Color

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

This div border color is #729bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #729bca


Comments

No comments written yet.

Please login to write comment.