Color Hex Logo

#751354 Color Hex

#751354
(117,19,84)
0 Favorites   0 Comments

Color spaces of #751354

RGB 1171984
HSL0.890.720.27
HSV320°84°46°
CMYK 0.000.840.28   0.54
XYZ9.16924.88778.8477
Yxy4.88770.40030.2134
Hunter Lab22.108135.3424-8.2522
CIE-Lab26.412446.5039-13.5022

#751354 color RGB value is (117,19,84).

#751354 hex color red value is 117, green value is 19 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #751354 hue: 0.89 , saturation: 0.72 and the lightness value of 751354 is 0.27.

The process color (four color CMYK) of #751354 color hex is 0.00, 0.84, 0.28, 0.54. Web safe color of #751354 is #660066. Color #751354 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010011 01010100
Octal 165 23 124
Decimal 117 19 84
Hex 75 13 54

RGB Percentages of Color #751354

%53.18
%8.64
%38.18

CMYK Percentages of Color #751354

%0
%84
%28
%54

Triadic Colors of #751354

#751354 #547513 #135475

Analogous Colors of #751354

#751354 #751323 #651375

Monochromatic Colors of #751354

#751354

Complementary Color

#751354 #137534

#751354 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751354 Color Preview on White Background

Lorem ipsum dolor sit amet.

#751354 Color CSS Codes

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

#751354 Text Font Color

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

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


#751354 Background Color

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

This div background color is #751354


#751354 Border Color

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

This div border color is #751354


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751354


Comments

No comments written yet.

Please login to write comment.