Color Hex Logo

#752347 Color Hex

#752347
(117,35,71)
0 Favorites   0 Comments

Color spaces of #752347

RGB 1173571
HSL0.930.540.30
HSV334°70°46°
CMYK 0.000.700.39   0.54
XYZ9.07455.43896.5328
Yxy5.43890.43120.2584
Hunter Lab23.321428.6428-0.2833
CIE-Lab27.950339.0829-2.5203

#752347 color RGB value is (117,35,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100011 01000111
Octal 165 43 107
Decimal 117 35 71
Hex 75 23 47

RGB Percentages of Color #752347

%52.47
%15.70
%31.84

CMYK Percentages of Color #752347

%0
%70
%39
%54

Triadic Colors of #752347

#752347 #477523 #234775

Analogous Colors of #752347

#752347 #752823 #752370

Monochromatic Colors of #752347

#752347

Complementary Color

#752347 #237551

#752347 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752347 Color Preview on White Background

Lorem ipsum dolor sit amet.

#752347 Color CSS Codes

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

#752347 Text Font Color

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

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


#752347 Background Color

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

This div background color is #752347


#752347 Border Color

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

This div border color is #752347


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752347


Comments

No comments written yet.

Please login to write comment.