Color Hex Logo

#751066 Color Hex

#751066
(117,16,102)
0 Favorites   0 Comments

Color spaces of #751066

RGB 11716102
HSL0.860.760.26
HSV309°86°46°
CMYK 0.000.860.13   0.54
XYZ9.91975.111813.0342
Yxy5.11180.35340.1821
Hunter Lab22.609338.7496-18.3540
CIE-Lab27.050949.8448-24.3427

#751066 color RGB value is (117,16,102).

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

The process color (four color CMYK) of #751066 color hex is 0.00, 0.86, 0.13, 0.54. Web safe color of #751066 is #660066. Color #751066 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010000 01100110
Octal 165 20 146
Decimal 117 16 102
Hex 75 10 66

RGB Percentages of Color #751066

%49.79
%6.81
%43.40

CMYK Percentages of Color #751066

%0
%86
%13
%54

Triadic Colors of #751066

#751066 #667510 #106675

Analogous Colors of #751066

#751066 #751034 #521075

Monochromatic Colors of #751066

#751066

Complementary Color

#751066 #10751f

#751066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#751066 Color CSS Codes

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

#751066 Text Font Color

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

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


#751066 Background Color

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

This div background color is #751066


#751066 Border Color

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

This div border color is #751066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751066


Comments

No comments written yet.

Please login to write comment.