Color Hex Logo

#750891 Color Hex

#750891
(117,8,145)
0 Favorites   0 Comments

Color spaces of #750891

RGB 1178145
HSL0.800.900.30
HSV288°94°57°
CMYK 0.190.940.00   0.43
XYZ12.53385.999927.2856
Yxy5.99990.27350.1309
Hunter Lab24.494748.4718-48.8992
CIE-Lab29.412258.7559-47.7952

#750891 color RGB value is (117,8,145).

#750891 hex color red value is 117, green value is 8 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #750891 hue: 0.80 , saturation: 0.90 and the lightness value of 750891 is 0.30.

The process color (four color CMYK) of #750891 color hex is 0.19, 0.94, 0.00, 0.43. Web safe color of #750891 is #660099. Color #750891 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00001000 10010001
Octal 165 10 221
Decimal 117 8 145
Hex 75 8 91

RGB Percentages of Color #750891

%43.33
%2.96
%53.70

CMYK Percentages of Color #750891

%19
%94
%0
%43

Triadic Colors of #750891

#750891 #917508 #089175

Analogous Colors of #750891

#750891 #910869 #310891

Monochromatic Colors of #750891

#750891

Complementary Color

#750891 #249108

#750891 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750891 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750891 Color CSS Codes

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

#750891 Text Font Color

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

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


#750891 Background Color

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

This div background color is #750891


#750891 Border Color

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

This div border color is #750891


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750891


Comments

No comments written yet.

Please login to write comment.