Color Hex Logo

#729ceb Color Hex

#729CEB
(114,156,235)
0 Favorites   0 Comments

Color spaces of #729ceb

RGB 114156235
HSL0.610.750.68
HSV219°51°92°
CMYK 0.510.340.00   0.08
XYZ33.823333.352583.2523
Yxy33.35250.22480.2217
Hunter Lab57.75163.4765-45.0438
CIE-Lab64.44537.5731-44.1850

#729ceb color RGB value is (114,156,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10011100 11101011
Octal 162 234 353
Decimal 114 156 235
Hex 72 9C EB

RGB Percentages of Color #729ceb

%22.57
%30.89
%46.53

CMYK Percentages of Color #729ceb

%51
%34
%0
%8

Triadic Colors of #729ceb

#729ceb #eb729c #9ceb72

Analogous Colors of #729ceb

#729ceb #8572eb #72d9eb

Monochromatic Colors of #729ceb

#729ceb

Complementary Color

#729ceb #ebc172

#729ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#729ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#729ceb Color CSS Codes

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

#729ceb Text Font Color

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

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


#729ceb Background Color

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

This div background color is #729ceb


#729ceb Border Color

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

This div border color is #729ceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,156,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 #729ceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #729ceb


Comments

No comments written yet.

Please login to write comment.