Color Hex Logo

#750450 Color Hex

#750450
(117,4,80)
0 Favorites   0 Comments

Color spaces of #750450

RGB 117480
HSL0.890.930.24
HSV320°97°46°
CMYK 0.000.970.32   0.54
XYZ8.82754.44797.9827
Yxy4.44790.41530.2092
Hunter Lab21.090037.8058-7.6786
CIE-Lab25.100149.2756-12.8444

#750450 color RGB value is (117,4,80).

#750450 hex color red value is 117, green value is 4 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #750450 hue: 0.89 , saturation: 0.93 and the lightness value of 750450 is 0.24.

The process color (four color CMYK) of #750450 color hex is 0.00, 0.97, 0.32, 0.54. Web safe color of #750450 is #660066. Color #750450 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000100 01010000
Octal 165 4 120
Decimal 117 4 80
Hex 75 4 50

RGB Percentages of Color #750450

%58.21
%1.99
%39.80

CMYK Percentages of Color #750450

%0
%97
%32
%54

Triadic Colors of #750450

#750450 #507504 #045075

Analogous Colors of #750450

#750450 #750418 #620475

Monochromatic Colors of #750450

#750450

Complementary Color

#750450 #047529

#750450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750450 Color CSS Codes

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

#750450 Text Font Color

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

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


#750450 Background Color

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

This div background color is #750450


#750450 Border Color

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

This div border color is #750450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750450


Comments

No comments written yet.

Please login to write comment.