Color Hex Logo

#750033 Color Hex

#750033
(117,0,51)
0 Favorites   0 Comments

Color spaces of #750033

RGB 117051
HSL0.931.000.23
HSV334°100°46°
CMYK 0.001.000.56   0.54
XYZ7.93374.02093.4899
Yxy4.02090.51370.2603
Hunter Lab20.052235.53273.7176
CIE-Lab23.740447.22074.9877

#750033 color RGB value is (117,0,51).

#750033 hex color red value is 117, green value is 0 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #750033 hue: 0.93 , saturation: 1.00 and the lightness value of 750033 is 0.23.

The process color (four color CMYK) of #750033 color hex is 0.00, 1.00, 0.56, 0.54. Web safe color of #750033 is #660033. Color #750033 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000000 00110011
Octal 165 0 63
Decimal 117 0 51
Hex 75 0 33

RGB Percentages of Color #750033

%69.64
%0.00
%30.36

CMYK Percentages of Color #750033

%0
%100
%56
%54

Triadic Colors of #750033

#750033 #337500 #003375

Analogous Colors of #750033

#750033 #750800 #75006e

Monochromatic Colors of #750033

#750033

Complementary Color

#750033 #007542

#750033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750033 Color CSS Codes

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

#750033 Text Font Color

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

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


#750033 Background Color

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

This div background color is #750033


#750033 Border Color

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

This div border color is #750033


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750033


Comments

No comments written yet.

Please login to write comment.