Color Hex Logo

#751062 Color Hex

#751062
(117,16,98)
0 Favorites   0 Comments

Color spaces of #751062

RGB 1171698
HSL0.860.760.26
HSV311°86°46°
CMYK 0.000.860.16   0.54
XYZ9.72605.034312.0144
Yxy5.03430.36330.1880
Hunter Lab22.437238.1102-16.0418
CIE-Lab26.832349.2450-22.0790

#751062 color RGB value is (117,16,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010000 01100010
Octal 165 20 142
Decimal 117 16 98
Hex 75 10 62

RGB Percentages of Color #751062

%50.65
%6.93
%42.42

CMYK Percentages of Color #751062

%0
%86
%16
%54

Triadic Colors of #751062

#751062 #627510 #106275

Analogous Colors of #751062

#751062 #751030 #561075

Monochromatic Colors of #751062

#751062

Complementary Color

#751062 #107523

#751062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#751062 Color CSS Codes

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

#751062 Text Font Color

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

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


#751062 Background Color

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

This div background color is #751062


#751062 Border Color

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

This div border color is #751062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751062


Comments

No comments written yet.

Please login to write comment.