Color Hex Logo

#753865 Color Hex

#753865
(117,56,101)
0 Favorites   0 Comments

Color spaces of #753865

RGB 11756101
HSL0.880.350.34
HSV316°52°46°
CMYK 0.000.520.14   0.54
XYZ11.09937.549813.1842
Yxy7.54980.34870.2372
Hunter Lab27.476924.0205-9.2152
CIE-Lab33.027133.0693-14.4156

#753865 color RGB value is (117,56,101).

#753865 hex color red value is 117, green value is 56 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #753865 hue: 0.88 , saturation: 0.35 and the lightness value of 753865 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00111000 01100101
Octal 165 70 145
Decimal 117 56 101
Hex 75 38 65

RGB Percentages of Color #753865

%42.70
%20.44
%36.86

CMYK Percentages of Color #753865

%0
%52
%14
%54

Triadic Colors of #753865

#753865 #657538 #386575

Analogous Colors of #753865

#753865 #753847 #673875

Monochromatic Colors of #753865

#753865

Complementary Color

#753865 #387548

#753865 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753865 Color Preview on White Background

Lorem ipsum dolor sit amet.

#753865 Color CSS Codes

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

#753865 Text Font Color

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

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


#753865 Background Color

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

This div background color is #753865


#753865 Border Color

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

This div border color is #753865


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753865


Comments

No comments written yet.

Please login to write comment.