Color Hex Logo

#751264 Color Hex

#751264
(117,18,100)
0 Favorites   0 Comments

Color spaces of #751264

RGB 11718100
HSL0.860.730.26
HSV310°85°46°
CMYK 0.000.850.15   0.54
XYZ9.85275.134612.5284
Yxy5.13460.35810.1866
Hunter Lab22.659737.9596-16.9194
CIE-Lab27.114849.0381-22.9407

#751264 color RGB value is (117,18,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010010 01100100
Octal 165 22 144
Decimal 117 18 100
Hex 75 12 64

RGB Percentages of Color #751264

%49.79
%7.66
%42.55

CMYK Percentages of Color #751264

%0
%85
%15
%54

Triadic Colors of #751264

#751264 #647512 #126475

Analogous Colors of #751264

#751264 #751232 #551275

Monochromatic Colors of #751264

#751264

Complementary Color

#751264 #127523

#751264 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751264 Color Preview on White Background

Lorem ipsum dolor sit amet.

#751264 Color CSS Codes

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

#751264 Text Font Color

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

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


#751264 Background Color

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

This div background color is #751264


#751264 Border Color

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

This div border color is #751264


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751264


Comments

No comments written yet.

Please login to write comment.