Color Hex Logo

#750c64 Color Hex

#750C64
(117,12,100)
0 Favorites   0 Comments

Color spaces of #750c64

RGB 11712100
HSL0.860.810.25
HSV310°90°46°
CMYK 0.000.900.15   0.54
XYZ9.76784.965012.5001
Yxy4.96500.35870.1823
Hunter Lab22.282339.2544-17.6634
CIE-Lab26.634850.4306-23.6950

#750c64 color RGB value is (117,12,100).

#750c64 hex color red value is 117, green value is 12 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #750c64 hue: 0.86 , saturation: 0.81 and the lightness value of 750c64 is 0.25.

The process color (four color CMYK) of #750c64 color hex is 0.00, 0.90, 0.15, 0.54. Web safe color of #750c64 is #660066. Color #750c64 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00001100 01100100
Octal 165 14 144
Decimal 117 12 100
Hex 75 C 64

RGB Percentages of Color #750c64

%51.09
%5.24
%43.67

CMYK Percentages of Color #750c64

%0
%90
%15
%54

Triadic Colors of #750c64

#750c64 #64750c #0c6475

Analogous Colors of #750c64

#750c64 #750c2f #520c75

Monochromatic Colors of #750c64

#750c64

Complementary Color

#750c64 #0c751d

#750c64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750c64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750c64 Color CSS Codes

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

#750c64 Text Font Color

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

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


#750c64 Background Color

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

This div background color is #750c64


#750c64 Border Color

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

This div border color is #750c64


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,12,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #750c64; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #750c64;
  -webkit-box-shadow: 1px 1px 3px 2px #750c64;
  box-shadow:         1px 1px 3px 2px #750c64; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750c64


Comments

No comments written yet.

Please login to write comment.