Color Hex Logo

#751279 Color Hex

#751279
(117,18,121)
0 Favorites   0 Comments

Color spaces of #751279

RGB 11718121
HSL0.830.740.27
HSV298°85°47°
CMYK 0.030.850.00   0.53
XYZ11.00365.595018.5891
Yxy5.59500.31270.1590
Hunter Lab23.653841.6432-30.0374
CIE-Lab28.366852.4526-34.4561

#751279 color RGB value is (117,18,121).

#751279 hex color red value is 117, green value is 18 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #751279 hue: 0.83 , saturation: 0.74 and the lightness value of 751279 is 0.27.

The process color (four color CMYK) of #751279 color hex is 0.03, 0.85, 0.00, 0.53. Web safe color of #751279 is #660066. Color #751279 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010010 01111001
Octal 165 22 171
Decimal 117 18 121
Hex 75 12 79

RGB Percentages of Color #751279

%45.70
%7.03
%47.27

CMYK Percentages of Color #751279

%3
%85
%0
%53

Triadic Colors of #751279

#751279 #797512 #127975

Analogous Colors of #751279

#751279 #79124a #421279

Monochromatic Colors of #751279

#751279

Complementary Color

#751279 #167912

#751279 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751279 Color Preview on White Background

Lorem ipsum dolor sit amet.

#751279 Color CSS Codes

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

#751279 Text Font Color

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

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


#751279 Background Color

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

This div background color is #751279


#751279 Border Color

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

This div border color is #751279


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751279


Comments

No comments written yet.

Please login to write comment.