Color Hex Logo

#750080 Color Hex

#750080
(117,0,128)
0 Favorites   0 Comments

Color spaces of #750080

RGB 1170128
HSL0.821.000.25
HSV295°100°50°
CMYK 0.091.000.00   0.50
XYZ11.23245.340420.8609
Yxy5.34040.30010.1427
Hunter Lab23.109346.3196-37.3449
CIE-Lab27.683357.0759-39.9817

#750080 color RGB value is (117,0,128).

#750080 hex color red value is 117, green value is 0 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #750080 hue: 0.82 , saturation: 1.00 and the lightness value of 750080 is 0.25.

The process color (four color CMYK) of #750080 color hex is 0.09, 1.00, 0.00, 0.50. Web safe color of #750080 is #660099. Color #750080 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000000 10000000
Octal 165 0 200
Decimal 117 0 128
Hex 75 0 80

RGB Percentages of Color #750080

%47.76
%0.00
%52.24

CMYK Percentages of Color #750080

%9
%100
%0
%50

Triadic Colors of #750080

#750080 #807500 #008075

Analogous Colors of #750080

#750080 #80004b #350080

Monochromatic Colors of #750080

#750080

Complementary Color

#750080 #0b8000

#750080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750080 Color CSS Codes

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

#750080 Text Font Color

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

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


#750080 Background Color

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

This div background color is #750080


#750080 Border Color

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

This div border color is #750080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750080


Comments

No comments written yet.

Please login to write comment.