Color Hex Logo

#750014 Color Hex

#750014
(117,0,20)
0 Favorites   0 Comments

Color spaces of #750014

RGB 117020
HSL0.971.000.23
HSV350°100°46°
CMYK 0.001.000.83   0.54
XYZ7.46243.83241.0082
Yxy3.83240.60660.3115
Hunter Lab19.576533.783810.6501
CIE-Lab23.109445.524825.4324

#750014 color RGB value is (117,0,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000000 00010100
Octal 165 0 24
Decimal 117 0 20
Hex 75 0 14

RGB Percentages of Color #750014

%85.40
%0.00
%14.60

CMYK Percentages of Color #750014

%0
%100
%83
%54

Triadic Colors of #750014

#750014 #147500 #001475

Analogous Colors of #750014

#750014 #752700 #75004e

Monochromatic Colors of #750014

#750014

Complementary Color

#750014 #007561

#750014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750014 Color CSS Codes

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

#750014 Text Font Color

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

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


#750014 Background Color

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

This div background color is #750014


#750014 Border Color

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

This div border color is #750014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750014


Comments

No comments written yet.

Please login to write comment.