Color Hex Logo

#750011 Color Hex

#750011
(117,0,17)
0 Favorites   0 Comments

Color spaces of #750011

RGB 117017
HSL0.981.000.23
HSV351°100°46°
CMYK 0.001.000.85   0.54
XYZ7.43733.82240.8761
Yxy3.82240.61280.3150
Hunter Lab19.551033.688311.0288
CIE-Lab23.075445.431327.2539

#750011 color RGB value is (117,0,17).

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

The process color (four color CMYK) of #750011 color hex is 0.00, 1.00, 0.85, 0.54. Web safe color of #750011 is #660000. Color #750011 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000000 00010001
Octal 165 0 21
Decimal 117 0 17
Hex 75 0 11

RGB Percentages of Color #750011

%87.31
%0.00
%12.69

CMYK Percentages of Color #750011

%0
%100
%85
%54

Triadic Colors of #750011

#750011 #117500 #001175

Analogous Colors of #750011

#750011 #752a00 #75004b

Monochromatic Colors of #750011

#750011

Complementary Color

#750011 #007564

#750011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750011 Color CSS Codes

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

#750011 Text Font Color

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

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


#750011 Background Color

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

This div background color is #750011


#750011 Border Color

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

This div border color is #750011


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750011


Comments

No comments written yet.

Please login to write comment.