Color Hex Logo

#750465 Color Hex

#750465
(117,4,101)
0 Favorites   0 Comments

Color spaces of #750465

RGB 1174101
HSL0.860.930.24
HSV308°97°46°
CMYK 0.000.970.14   0.54
XYZ9.72854.808312.7273
Yxy4.80830.35680.1764
Hunter Lab21.927840.8196-19.0635
CIE-Lab26.181552.0701-25.0620

#750465 color RGB value is (117,4,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000100 01100101
Octal 165 4 145
Decimal 117 4 101
Hex 75 4 65

RGB Percentages of Color #750465

%52.70
%1.80
%45.50

CMYK Percentages of Color #750465

%0
%97
%14
%54

Triadic Colors of #750465

#750465 #657504 #046575

Analogous Colors of #750465

#750465 #75042d #4d0475

Monochromatic Colors of #750465

#750465

Complementary Color

#750465 #047514

#750465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750465 Color CSS Codes

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

#750465 Text Font Color

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

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


#750465 Background Color

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

This div background color is #750465


#750465 Border Color

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

This div border color is #750465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750465


Comments

No comments written yet.

Please login to write comment.