Color Hex Logo

#752223 Color Hex

#752223
(117,34,35)
0 Favorites   0 Comments

Color spaces of #752223

RGB 1173435
HSL1.000.550.30
HSV359°71°46°
CMYK 0.000.710.70   0.54
XYZ8.21155.04732.1315
Yxy5.04730.53360.3280
Hunter Lab22.466225.926710.1011
CIE-Lab26.869136.256320.0102

#752223 color RGB value is (117,34,35).

#752223 hex color red value is 117, green value is 34 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #752223 hue: 1.00 , saturation: 0.55 and the lightness value of 752223 is 0.30.

The process color (four color CMYK) of #752223 color hex is 0.00, 0.71, 0.70, 0.54. Web safe color of #752223 is #663333. Color #752223 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100010 00100011
Octal 165 42 43
Decimal 117 34 35
Hex 75 22 23

RGB Percentages of Color #752223

%62.90
%18.28
%18.82

CMYK Percentages of Color #752223

%0
%71
%70
%54

Triadic Colors of #752223

#752223 #237522 #222375

Analogous Colors of #752223

#752223 #754b22 #75224c

Monochromatic Colors of #752223

#752223

Complementary Color

#752223 #227574

#752223 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752223 Color Preview on White Background

Lorem ipsum dolor sit amet.

#752223 Color CSS Codes

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

#752223 Text Font Color

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

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


#752223 Background Color

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

This div background color is #752223


#752223 Border Color

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

This div border color is #752223


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,34,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 #752223">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752223


Comments

No comments written yet.

Please login to write comment.