Color Hex Logo

#750c78 Color Hex

#750C78
(117,12,120)
0 Favorites   0 Comments

Color spaces of #750c78

RGB 11712120
HSL0.830.820.26
HSV298°90°47°
CMYK 0.030.900.00   0.53
XYZ10.85785.400918.2395
Yxy5.40090.31470.1566
Hunter Lab23.239842.7266-30.2651
CIE-Lab27.847753.6090-34.6511

#750c78 color RGB value is (117,12,120).

#750c78 hex color red value is 117, green value is 12 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #750c78 hue: 0.83 , saturation: 0.82 and the lightness value of 750c78 is 0.26.

The process color (four color CMYK) of #750c78 color hex is 0.03, 0.90, 0.00, 0.53. Web safe color of #750c78 is #660066. Color #750c78 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00001100 01111000
Octal 165 14 170
Decimal 117 12 120
Hex 75 C 78

RGB Percentages of Color #750c78

%46.99
%4.82
%48.19

CMYK Percentages of Color #750c78

%3
%90
%0
%53

Triadic Colors of #750c78

#750c78 #78750c #0c7875

Analogous Colors of #750c78

#750c78 #780c45 #3f0c78

Monochromatic Colors of #750c78

#750c78

Complementary Color

#750c78 #0f780c

#750c78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750c78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750c78 Color CSS Codes

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

#750c78 Text Font Color

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

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


#750c78 Background Color

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

This div background color is #750c78


#750c78 Border Color

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

This div border color is #750c78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750c78


Comments

No comments written yet.

Please login to write comment.