Color Hex Logo

#756281 Color Hex

#756281
(117,98,129)
0 Favorites   0 Comments

Color spaces of #756281

RGB 11798129
HSL0.770.140.45
HSV277°24°51°
CMYK 0.090.240.00   0.49
XYZ15.666214.102322.6652
Yxy14.10230.29880.2690
Hunter Lab37.55308.7480-9.4975
CIE-Lab44.379313.8883-14.4282

#756281 color RGB value is (117,98,129).

#756281 hex color red value is 117, green value is 98 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #756281 hue: 0.77 , saturation: 0.14 and the lightness value of 756281 is 0.45.

The process color (four color CMYK) of #756281 color hex is 0.09, 0.24, 0.00, 0.49. Web safe color of #756281 is #666699. Color #756281 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100010 10000001
Octal 165 142 201
Decimal 117 98 129
Hex 75 62 81

RGB Percentages of Color #756281

%34.01
%28.49
%37.50

CMYK Percentages of Color #756281

%9
%24
%0
%49

Triadic Colors of #756281

#756281 #817562 #628175

Analogous Colors of #756281

#756281 #81627e #666281

Monochromatic Colors of #756281

#756281

Complementary Color

#756281 #6e8162

#756281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#756281 Color CSS Codes

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

#756281 Text Font Color

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

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


#756281 Background Color

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

This div background color is #756281


#756281 Border Color

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

This div border color is #756281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756281


Comments

No comments written yet.

Please login to write comment.