Color Hex Logo

#752163 Color Hex

#752163
(117,33,99)
0 Favorites   0 Comments

Color spaces of #752163

RGB 1173399
HSL0.870.560.29
HSV313°72°46°
CMYK 0.000.720.15   0.54
XYZ10.13215.770512.3842
Yxy5.77050.35820.2040
Hunter Lab24.021933.2506-13.7510
CIE-Lab28.825943.8624-19.6159

#752163 color RGB value is (117,33,99).

#752163 hex color red value is 117, green value is 33 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #752163 hue: 0.87 , saturation: 0.56 and the lightness value of 752163 is 0.29.

The process color (four color CMYK) of #752163 color hex is 0.00, 0.72, 0.15, 0.54. Web safe color of #752163 is #663366. Color #752163 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100001 01100011
Octal 165 41 143
Decimal 117 33 99
Hex 75 21 63

RGB Percentages of Color #752163

%46.99
%13.25
%39.76

CMYK Percentages of Color #752163

%0
%72
%15
%54

Triadic Colors of #752163

#752163 #637521 #216375

Analogous Colors of #752163

#752163 #752139 #5d2175

Monochromatic Colors of #752163

#752163

Complementary Color

#752163 #217533

#752163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#752163 Color CSS Codes

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

#752163 Text Font Color

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

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


#752163 Background Color

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

This div background color is #752163


#752163 Border Color

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

This div border color is #752163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752163


Comments

No comments written yet.

Please login to write comment.