Color Hex Logo

#727295 Color Hex

#727295
(114,114,149)
0 Favorites   0 Comments

Color spaces of #727295

RGB 114114149
HSL0.670.140.52
HSV240°23°58°
CMYK 0.230.230.00   0.42
XYZ18.381617.782030.8972
Yxy17.78200.27410.2652
Hunter Lab42.16874.0140-13.9239
CIE-Lab49.23067.9803-18.9599

#727295 color RGB value is (114,114,149).

#727295 hex color red value is 114, green value is 114 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #727295 hue: 0.67 , saturation: 0.14 and the lightness value of 727295 is 0.52.

The process color (four color CMYK) of #727295 color hex is 0.23, 0.23, 0.00, 0.42. Web safe color of #727295 is #666699. Color #727295 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01110010 10010101
Octal 162 162 225
Decimal 114 114 149
Hex 72 72 95

RGB Percentages of Color #727295

%30.24
%30.24
%39.52

CMYK Percentages of Color #727295

%23
%23
%0
%42

Triadic Colors of #727295

#727295 #957272 #729572

Analogous Colors of #727295

#727295 #847295 #728495

Monochromatic Colors of #727295

#727295

Complementary Color

#727295 #959572

#727295 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727295 Color Preview on White Background

Lorem ipsum dolor sit amet.

#727295 Color CSS Codes

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

#727295 Text Font Color

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

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


#727295 Background Color

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

This div background color is #727295


#727295 Border Color

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

This div border color is #727295


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727295


Comments

No comments written yet.

Please login to write comment.