Color Hex Logo

#727590 Color Hex

#727590
(114,117,144)
0 Favorites   0 Comments

Color spaces of #727590

RGB 114117144
HSL0.650.120.51
HSV234°21°56°
CMYK 0.210.190.00   0.44
XYZ18.334818.313628.9541
Yxy18.31360.27950.2792
Hunter Lab42.79441.5862-10.1587
CIE-Lab49.87434.9603-15.0352

#727590 color RGB value is (114,117,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01110101 10010000
Octal 162 165 220
Decimal 114 117 144
Hex 72 75 90

RGB Percentages of Color #727590

%30.40
%31.20
%38.40

CMYK Percentages of Color #727590

%21
%19
%0
%44

Triadic Colors of #727590

#727590 #907275 #759072

Analogous Colors of #727590

#727590 #7e7290 #728490

Monochromatic Colors of #727590

#727590

Complementary Color

#727590 #908d72

#727590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#727590 Color CSS Codes

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

#727590 Text Font Color

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

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


#727590 Background Color

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

This div background color is #727590


#727590 Border Color

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

This div border color is #727590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727590


Comments

No comments written yet.

Please login to write comment.