Color Hex Logo

#750307 Color Hex

#750307
(117,3,7)
0 Favorites   0 Comments

Color spaces of #750307

RGB 11737
HSL0.990.950.24
HSV358°97°46°
CMYK 0.000.970.94   0.54
XYZ7.40703.86240.5561
Yxy3.86240.62640.3266
Hunter Lab19.653032.882012.0794
CIE-Lab23.211244.555032.0652

#750307 color RGB value is (117,3,7).

#750307 hex color red value is 117, green value is 3 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #750307 hue: 0.99 , saturation: 0.95 and the lightness value of 750307 is 0.24.

The process color (four color CMYK) of #750307 color hex is 0.00, 0.97, 0.94, 0.54. Web safe color of #750307 is #660000. Color #750307 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000011 00000111
Octal 165 3 7
Decimal 117 3 7
Hex 75 3 7

RGB Percentages of Color #750307

%92.13
%2.36
%5.51

CMYK Percentages of Color #750307

%0
%97
%94
%54

Triadic Colors of #750307

#750307 #077503 #030775

Analogous Colors of #750307

#750307 #753803 #750340

Monochromatic Colors of #750307

#750307

Complementary Color

#750307 #037571

#750307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750307 Color CSS Codes

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

#750307 Text Font Color

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

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


#750307 Background Color

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

This div background color is #750307


#750307 Border Color

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

This div border color is #750307


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750307


Comments

No comments written yet.

Please login to write comment.