Color Hex Logo

#751523 Color Hex

#751523
(117,21,35)
0 Favorites   0 Comments

Color spaces of #751523

RGB 1172135
HSL0.980.700.27
HSV351°82°46°
CMYK 0.000.820.70   0.54
XYZ7.90774.43962.0303
Yxy4.43960.55000.3088
Hunter Lab21.070430.11799.0362
CIE-Lab25.074541.231317.7831

#751523 color RGB value is (117,21,35).

#751523 hex color red value is 117, green value is 21 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #751523 hue: 0.98 , saturation: 0.70 and the lightness value of 751523 is 0.27.

The process color (four color CMYK) of #751523 color hex is 0.00, 0.82, 0.70, 0.54. Web safe color of #751523 is #660033. Color #751523 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010101 00100011
Octal 165 25 43
Decimal 117 21 35
Hex 75 15 23

RGB Percentages of Color #751523

%67.63
%12.14
%20.23

CMYK Percentages of Color #751523

%0
%82
%70
%54

Triadic Colors of #751523

#751523 #237515 #152375

Analogous Colors of #751523

#751523 #753715 #751553

Monochromatic Colors of #751523

#751523

Complementary Color

#751523 #157567

#751523 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751523 Color Preview on White Background

Lorem ipsum dolor sit amet.

#751523 Color CSS Codes

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

#751523 Text Font Color

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

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


#751523 Background Color

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

This div background color is #751523


#751523 Border Color

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

This div border color is #751523


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751523


Comments

No comments written yet.

Please login to write comment.