Color Hex Logo

#752038 Color Hex

#752038
(117,32,56)
0 Favorites   0 Comments

Color spaces of #752038

RGB 1173256
HSL0.950.570.29
HSV343°73°46°
CMYK 0.000.730.52   0.54
XYZ8.56645.10054.2744
Yxy5.10050.47750.2843
Hunter Lab22.584328.18404.5875
CIE-Lab27.019238.74896.1982

#752038 color RGB value is (117,32,56).

#752038 hex color red value is 117, green value is 32 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #752038 hue: 0.95 , saturation: 0.57 and the lightness value of 752038 is 0.29.

The process color (four color CMYK) of #752038 color hex is 0.00, 0.73, 0.52, 0.54. Web safe color of #752038 is #663333. Color #752038 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100000 00111000
Octal 165 40 70
Decimal 117 32 56
Hex 75 20 38

RGB Percentages of Color #752038

%57.07
%15.61
%27.32

CMYK Percentages of Color #752038

%0
%73
%52
%54

Triadic Colors of #752038

#752038 #387520 #203875

Analogous Colors of #752038

#752038 #753320 #752062

Monochromatic Colors of #752038

#752038

Complementary Color

#752038 #20755d

#752038 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752038 Color Preview on White Background

Lorem ipsum dolor sit amet.

#752038 Color CSS Codes

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

#752038 Text Font Color

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

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


#752038 Background Color

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

This div background color is #752038


#752038 Border Color

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

This div border color is #752038


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752038


Comments

No comments written yet.

Please login to write comment.