Color Hex Logo

#754865 Color Hex

#754865
(117,72,101)
0 Favorites   0 Comments

Color spaces of #754865

RGB 11772101
HSL0.890.240.37
HSV321°38°46°
CMYK 0.000.380.14   0.54
XYZ12.00249.356213.4853
Yxy9.35620.34450.2685
Hunter Lab30.587916.5128-4.7277
CIE-Lab36.661223.8614-8.8975

#754865 color RGB value is (117,72,101).

#754865 hex color red value is 117, green value is 72 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #754865 hue: 0.89 , saturation: 0.24 and the lightness value of 754865 is 0.37.

The process color (four color CMYK) of #754865 color hex is 0.00, 0.38, 0.14, 0.54. Web safe color of #754865 is #663366. Color #754865 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001000 01100101
Octal 165 110 145
Decimal 117 72 101
Hex 75 48 65

RGB Percentages of Color #754865

%40.34
%24.83
%34.83

CMYK Percentages of Color #754865

%0
%38
%14
%54

Triadic Colors of #754865

#754865 #657548 #486575

Analogous Colors of #754865

#754865 #75484e #6f4875

Monochromatic Colors of #754865

#754865

Complementary Color

#754865 #487558

#754865 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754865 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754865 Color CSS Codes

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

#754865 Text Font Color

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

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


#754865 Background Color

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

This div background color is #754865


#754865 Border Color

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

This div border color is #754865


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754865


Comments

No comments written yet.

Please login to write comment.