Color Hex Logo

#754361 Color Hex

#754361
(117,67,97)
0 Favorites   0 Comments

Color spaces of #754361

RGB 1176797
HSL0.900.270.36
HSV324°43°46°
CMYK 0.000.430.17   0.54
XYZ11.50098.659312.3745
Yxy8.65930.35350.2662
Hunter Lab29.426718.2669-4.3339
CIE-Lab35.319926.0995-8.3941

#754361 color RGB value is (117,67,97).

#754361 hex color red value is 117, green value is 67 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #754361 hue: 0.90 , saturation: 0.27 and the lightness value of 754361 is 0.36.

The process color (four color CMYK) of #754361 color hex is 0.00, 0.43, 0.17, 0.54. Web safe color of #754361 is #663366. Color #754361 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000011 01100001
Octal 165 103 141
Decimal 117 67 97
Hex 75 43 61

RGB Percentages of Color #754361

%41.64
%23.84
%34.52

CMYK Percentages of Color #754361

%0
%43
%17
%54

Triadic Colors of #754361

#754361 #617543 #436175

Analogous Colors of #754361

#754361 #754348 #704375

Monochromatic Colors of #754361

#754361

Complementary Color

#754361 #437557

#754361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754361 Color CSS Codes

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

#754361 Text Font Color

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

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


#754361 Background Color

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

This div background color is #754361


#754361 Border Color

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

This div border color is #754361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754361


Comments

No comments written yet.

Please login to write comment.