Color Hex Logo

#750653 Color Hex

#750653
(117,6,83)
0 Favorites   0 Comments

Color spaces of #750653

RGB 117683
HSL0.880.900.24
HSV318°95°46°
CMYK 0.000.950.29   0.54
XYZ8.96264.53678.5869
Yxy4.53670.40580.2054
Hunter Lab21.299537.8366-8.9931
CIE-Lab25.371849.2538-14.4366

#750653 color RGB value is (117,6,83).

#750653 hex color red value is 117, green value is 6 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #750653 hue: 0.88 , saturation: 0.90 and the lightness value of 750653 is 0.24.

The process color (four color CMYK) of #750653 color hex is 0.00, 0.95, 0.29, 0.54. Web safe color of #750653 is #660066. Color #750653 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000110 01010011
Octal 165 6 123
Decimal 117 6 83
Hex 75 6 53

RGB Percentages of Color #750653

%56.80
%2.91
%40.29

CMYK Percentages of Color #750653

%0
%95
%29
%54

Triadic Colors of #750653

#750653 #537506 #065375

Analogous Colors of #750653

#750653 #75061c #5f0675

Monochromatic Colors of #750653

#750653

Complementary Color

#750653 #067528

#750653 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750653 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750653 Color CSS Codes

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

#750653 Text Font Color

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

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


#750653 Background Color

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

This div background color is #750653


#750653 Border Color

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

This div border color is #750653


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750653


Comments

No comments written yet.

Please login to write comment.