Color Hex Logo

#751794 Color Hex

#751794
(117,23,148)
0 Favorites   0 Comments

Color spaces of #751794

RGB 11723148
HSL0.790.730.34
HSV285°84°58°
CMYK 0.210.840.00   0.42
XYZ12.98786.532828.5934
Yxy6.53280.26990.1358
Hunter Lab25.559345.9747-48.4366
CIE-Lab30.718756.1608-47.5257

#751794 color RGB value is (117,23,148).

#751794 hex color red value is 117, green value is 23 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #751794 hue: 0.79 , saturation: 0.73 and the lightness value of 751794 is 0.34.

The process color (four color CMYK) of #751794 color hex is 0.21, 0.84, 0.00, 0.42. Web safe color of #751794 is #660099. Color #751794 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010111 10010100
Octal 165 27 224
Decimal 117 23 148
Hex 75 17 94

RGB Percentages of Color #751794

%40.63
%7.99
%51.39

CMYK Percentages of Color #751794

%21
%84
%0
%42

Triadic Colors of #751794

#751794 #947517 #179475

Analogous Colors of #751794

#751794 #941775 #361794

Monochromatic Colors of #751794

#751794

Complementary Color

#751794 #369417

#751794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#751794 Color CSS Codes

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

#751794 Text Font Color

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

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


#751794 Background Color

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

This div background color is #751794


#751794 Border Color

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

This div border color is #751794


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751794


Comments

No comments written yet.

Please login to write comment.