Color Hex Logo

#727190 Color Hex

#727190
(114,113,144)
0 Favorites   0 Comments

Color spaces of #727190

RGB 114113144
HSL0.670.120.50
HSV242°22°56°
CMYK 0.210.220.00   0.44
XYZ17.878617.401328.8020
Yxy17.40130.27900.2715
Hunter Lab41.71493.5024-11.7363
CIE-Lab48.76177.3394-16.7278

#727190 color RGB value is (114,113,144).

#727190 hex color red value is 114, green value is 113 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #727190 hue: 0.67 , saturation: 0.12 and the lightness value of 727190 is 0.50.

The process color (four color CMYK) of #727190 color hex is 0.21, 0.22, 0.00, 0.44. Web safe color of #727190 is #666699. Color #727190 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01110001 10010000
Octal 162 161 220
Decimal 114 113 144
Hex 72 71 90

RGB Percentages of Color #727190

%30.73
%30.46
%38.81

CMYK Percentages of Color #727190

%21
%22
%0
%44

Triadic Colors of #727190

#727190 #907271 #719072

Analogous Colors of #727190

#727190 #827190 #718090

Monochromatic Colors of #727190

#727190

Complementary Color

#727190 #8f9071

#727190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#727190 Color CSS Codes

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

#727190 Text Font Color

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

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


#727190 Background Color

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

This div background color is #727190


#727190 Border Color

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

This div border color is #727190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727190


Comments

No comments written yet.

Please login to write comment.