Color Hex Logo

#751840 Color Hex

#751840
(117,24,64)
0 Favorites   0 Comments

Color spaces of #751840

RGB 1172464
HSL0.930.660.28
HSV334°79°46°
CMYK 0.000.790.45   0.54
XYZ8.58824.80535.3254
Yxy4.80530.45880.2567
Hunter Lab21.921031.57090.9410
CIE-Lab26.172742.5875-0.4294

#751840 color RGB value is (117,24,64).

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

The process color (four color CMYK) of #751840 color hex is 0.00, 0.79, 0.45, 0.54. Web safe color of #751840 is #660033. Color #751840 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011000 01000000
Octal 165 30 100
Decimal 117 24 64
Hex 75 18 40

RGB Percentages of Color #751840

%57.07
%11.71
%31.22

CMYK Percentages of Color #751840

%0
%79
%45
%54

Triadic Colors of #751840

#751840 #407518 #184075

Analogous Colors of #751840

#751840 #751e18 #75186f

Monochromatic Colors of #751840

#751840

Complementary Color

#751840 #18754d

#751840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#751840 Color CSS Codes

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

#751840 Text Font Color

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

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


#751840 Background Color

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

This div background color is #751840


#751840 Border Color

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

This div border color is #751840


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751840


Comments

No comments written yet.

Please login to write comment.