Color Hex Logo

#752b54 Color Hex

#752B54
(117,43,84)
0 Favorites   0 Comments

Color spaces of #752b54

RGB 1174384
HSL0.910.460.31
HSV327°63°46°
CMYK 0.000.630.28   0.54
XYZ9.80026.14989.0580
Yxy6.14980.39190.2459
Hunter Lab24.798827.1433-4.2971
CIE-Lab29.787337.1010-8.3644

#752b54 color RGB value is (117,43,84).

#752b54 hex color red value is 117, green value is 43 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #752b54 hue: 0.91 , saturation: 0.46 and the lightness value of 752b54 is 0.31.

The process color (four color CMYK) of #752b54 color hex is 0.00, 0.63, 0.28, 0.54. Web safe color of #752b54 is #663366. Color #752b54 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101011 01010100
Octal 165 53 124
Decimal 117 43 84
Hex 75 2B 54

RGB Percentages of Color #752b54

%47.95
%17.62
%34.43

CMYK Percentages of Color #752b54

%0
%63
%28
%54

Triadic Colors of #752b54

#752b54 #54752b #2b5475

Analogous Colors of #752b54

#752b54 #752b2f #712b75

Monochromatic Colors of #752b54

#752b54

Complementary Color

#752b54 #2b754c

#752b54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752b54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#752b54 Color CSS Codes

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

#752b54 Text Font Color

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

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


#752b54 Background Color

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

This div background color is #752b54


#752b54 Border Color

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

This div border color is #752b54


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,43,84, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #752b54; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #752b54;
  -webkit-box-shadow: 1px 1px 3px 2px #752b54;
  box-shadow:         1px 1px 3px 2px #752b54; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752b54


Comments

No comments written yet.

Please login to write comment.