Color Hex Logo

#750168 Color Hex

#750168
(117,1,104)
0 Favorites   0 Comments

Color spaces of #750168

RGB 1171104
HSL0.850.980.23
HSV307°99°46°
CMYK 0.000.990.11   0.54
XYZ9.84574.803113.5049
Yxy4.80310.34970.1706
Hunter Lab21.916041.8377-21.1941
CIE-Lab26.166353.0712-27.0405

#750168 color RGB value is (117,1,104).

#750168 hex color red value is 117, green value is 1 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #750168 hue: 0.85 , saturation: 0.98 and the lightness value of 750168 is 0.23.

The process color (four color CMYK) of #750168 color hex is 0.00, 0.99, 0.11, 0.54. Web safe color of #750168 is #660066. Color #750168 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000001 01101000
Octal 165 1 150
Decimal 117 1 104
Hex 75 1 68

RGB Percentages of Color #750168

%52.70
%0.45
%46.85

CMYK Percentages of Color #750168

%0
%99
%11
%54

Triadic Colors of #750168

#750168 #687501 #016875

Analogous Colors of #750168

#750168 #75012e #480175

Monochromatic Colors of #750168

#750168

Complementary Color

#750168 #01750e

#750168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750168 Color CSS Codes

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

#750168 Text Font Color

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

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


#750168 Background Color

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

This div background color is #750168


#750168 Border Color

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

This div border color is #750168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750168


Comments

No comments written yet.

Please login to write comment.