Color Hex Logo

#750365 Color Hex

#750365
(117,3,101)
0 Favorites   0 Comments

Color spaces of #750365

RGB 1173101
HSL0.860.950.24
HSV308°97°46°
CMYK 0.000.970.14   0.54
XYZ9.71764.786612.7237
Yxy4.78660.35690.1758
Hunter Lab21.878340.9966-19.1663
CIE-Lab26.117952.2567-25.1624

#750365 color RGB value is (117,3,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000011 01100101
Octal 165 3 145
Decimal 117 3 101
Hex 75 3 65

RGB Percentages of Color #750365

%52.94
%1.36
%45.70

CMYK Percentages of Color #750365

%0
%97
%14
%54

Triadic Colors of #750365

#750365 #657503 #036575

Analogous Colors of #750365

#750365 #75032c #4c0375

Monochromatic Colors of #750365

#750365

Complementary Color

#750365 #037513

#750365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750365 Color CSS Codes

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

#750365 Text Font Color

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

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


#750365 Background Color

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

This div background color is #750365


#750365 Border Color

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

This div border color is #750365


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,3,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 #750365">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750365


Comments

No comments written yet.

Please login to write comment.