Color Hex Logo

#751265 Color Hex

#751265
(117,18,101)
0 Favorites   0 Comments

Color spaces of #751265

RGB 11718101
HSL0.860.730.26
HSV310°85°46°
CMYK 0.000.850.14   0.54
XYZ9.90145.154112.7849
Yxy5.15410.35560.1851
Hunter Lab22.702638.1203-17.4971
CIE-Lab27.169449.1895-23.5061

#751265 color RGB value is (117,18,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010010 01100101
Octal 165 22 145
Decimal 117 18 101
Hex 75 12 65

RGB Percentages of Color #751265

%49.58
%7.63
%42.80

CMYK Percentages of Color #751265

%0
%85
%14
%54

Triadic Colors of #751265

#751265 #657512 #126575

Analogous Colors of #751265

#751265 #751234 #541275

Monochromatic Colors of #751265

#751265

Complementary Color

#751265 #127522

#751265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#751265 Color CSS Codes

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

#751265 Text Font Color

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

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


#751265 Background Color

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

This div background color is #751265


#751265 Border Color

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

This div border color is #751265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751265


Comments

No comments written yet.

Please login to write comment.