Color Hex Logo

#750229 Color Hex

#750229
(117,2,41)
0 Favorites   0 Comments

Color spaces of #750229

RGB 117241
HSL0.940.970.23
HSV340°98°46°
CMYK 0.000.980.65   0.54
XYZ7.75813.98542.4582
Yxy3.98540.54630.2806
Hunter Lab19.963534.43176.6738
CIE-Lab23.623146.102111.7896

#750229 color RGB value is (117,2,41).

#750229 hex color red value is 117, green value is 2 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #750229 hue: 0.94 , saturation: 0.97 and the lightness value of 750229 is 0.23.

The process color (four color CMYK) of #750229 color hex is 0.00, 0.98, 0.65, 0.54. Web safe color of #750229 is #660033. Color #750229 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000010 00101001
Octal 165 2 51
Decimal 117 2 41
Hex 75 2 29

RGB Percentages of Color #750229

%73.13
%1.25
%25.63

CMYK Percentages of Color #750229

%0
%98
%65
%54

Triadic Colors of #750229

#750229 #297502 #022975

Analogous Colors of #750229

#750229 #751402 #750263

Monochromatic Colors of #750229

#750229

Complementary Color

#750229 #02754e

#750229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750229 Color CSS Codes

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

#750229 Text Font Color

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

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


#750229 Background Color

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

This div background color is #750229


#750229 Border Color

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

This div border color is #750229


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750229


Comments

No comments written yet.

Please login to write comment.