Color Hex Logo

#751871 Color Hex

#751871
(117,24,113)
0 Favorites   0 Comments

Color spaces of #751871

RGB 11724113
HSL0.840.660.28
HSV303°79°46°
CMYK 0.000.790.03   0.54
XYZ10.64345.627416.1480
Yxy5.62740.32830.1736
Hunter Lab23.722138.5737-23.7540
CIE-Lab28.452349.3956-29.2225

#751871 color RGB value is (117,24,113).

#751871 hex color red value is 117, green value is 24 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #751871 hue: 0.84 , saturation: 0.66 and the lightness value of 751871 is 0.28.

The process color (four color CMYK) of #751871 color hex is 0.00, 0.79, 0.03, 0.54. Web safe color of #751871 is #660066. Color #751871 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011000 01110001
Octal 165 30 161
Decimal 117 24 113
Hex 75 18 71

RGB Percentages of Color #751871

%46.06
%9.45
%44.49

CMYK Percentages of Color #751871

%0
%79
%3
%54

Triadic Colors of #751871

#751871 #717518 #187175

Analogous Colors of #751871

#751871 #751843 #4b1875

Monochromatic Colors of #751871

#751871

Complementary Color

#751871 #18751c

#751871 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751871 Color Preview on White Background

Lorem ipsum dolor sit amet.

#751871 Color CSS Codes

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

#751871 Text Font Color

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

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


#751871 Background Color

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

This div background color is #751871


#751871 Border Color

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

This div border color is #751871


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751871

#751871 Color Palettes


Comments

No comments written yet.

Please login to write comment.