Color Hex Logo

#753852 Color Hex

#753852
(117,56,82)
0 Favorites   0 Comments

Color spaces of #753852

RGB 1175682
HSL0.930.350.34
HSV334°52°46°
CMYK 0.000.520.30   0.54
XYZ10.27337.21958.8347
Yxy7.21950.39020.2742
Hunter Lab26.869121.2278-0.6865
CIE-Lab32.301529.9777-3.3062

#753852 color RGB value is (117,56,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00111000 01010010
Octal 165 70 122
Decimal 117 56 82
Hex 75 38 52

RGB Percentages of Color #753852

%45.88
%21.96
%32.16

CMYK Percentages of Color #753852

%0
%52
%30
%54

Triadic Colors of #753852

#753852 #527538 #385275

Analogous Colors of #753852

#753852 #753d38 #753871

Monochromatic Colors of #753852

#753852

Complementary Color

#753852 #38755b

#753852 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753852 Color Preview on White Background

Lorem ipsum dolor sit amet.

#753852 Color CSS Codes

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

#753852 Text Font Color

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

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


#753852 Background Color

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

This div background color is #753852


#753852 Border Color

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

This div border color is #753852


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753852


Comments

No comments written yet.

Please login to write comment.