Color Hex Logo

#750c68 Color Hex

#750C68
(117,12,104)
0 Favorites   0 Comments

Color spaces of #750c68

RGB 11712104
HSL0.850.810.25
HSV307°90°46°
CMYK 0.000.900.11   0.54
XYZ9.96635.044313.5451
Yxy5.04430.34900.1766
Hunter Lab22.459539.9043-20.0355
CIE-Lab26.860651.0332-25.9423

#750c68 color RGB value is (117,12,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00001100 01101000
Octal 165 14 150
Decimal 117 12 104
Hex 75 C 68

RGB Percentages of Color #750c68

%50.21
%5.15
%44.64

CMYK Percentages of Color #750c68

%0
%90
%11
%54

Triadic Colors of #750c68

#750c68 #68750c #0c6875

Analogous Colors of #750c68

#750c68 #750c33 #4e0c75

Monochromatic Colors of #750c68

#750c68

Complementary Color

#750c68 #0c7519

#750c68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750c68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750c68 Color CSS Codes

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

#750c68 Text Font Color

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

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


#750c68 Background Color

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

This div background color is #750c68


#750c68 Border Color

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

This div border color is #750c68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750c68


Comments

No comments written yet.

Please login to write comment.