Color Hex Logo

#751167 Color Hex

#751167
(117,17,103)
0 Favorites   0 Comments

Color spaces of #751167

RGB 11717103
HSL0.860.750.26
HSV308°85°46°
CMYK 0.000.850.12   0.54
XYZ9.98475.162113.3021
Yxy5.16210.35100.1815
Hunter Lab22.720338.6836-18.8085
CIE-Lab27.191749.7512-24.7708

#751167 color RGB value is (117,17,103).

#751167 hex color red value is 117, green value is 17 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #751167 hue: 0.86 , saturation: 0.75 and the lightness value of 751167 is 0.26.

The process color (four color CMYK) of #751167 color hex is 0.00, 0.85, 0.12, 0.54. Web safe color of #751167 is #660066. Color #751167 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010001 01100111
Octal 165 21 147
Decimal 117 17 103
Hex 75 11 67

RGB Percentages of Color #751167

%49.37
%7.17
%43.46

CMYK Percentages of Color #751167

%0
%85
%12
%54

Triadic Colors of #751167

#751167 #677511 #116775

Analogous Colors of #751167

#751167 #751135 #511175

Monochromatic Colors of #751167

#751167

Complementary Color

#751167 #11751f

#751167 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751167 Color Preview on White Background

Lorem ipsum dolor sit amet.

#751167 Color CSS Codes

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

#751167 Text Font Color

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

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


#751167 Background Color

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

This div background color is #751167


#751167 Border Color

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

This div border color is #751167


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751167


Comments

No comments written yet.

Please login to write comment.