Color Hex Logo

#760043 Color Hex

#760043
(118,0,67)
0 Favorites   0 Comments

Color spaces of #760043

RGB 118067
HSL0.911.000.23
HSV326°100°46°
CMYK 0.001.000.43   0.54
XYZ8.48434.25685.6847
Yxy4.25680.46050.2310
Hunter Lab20.632037.2968-1.8937
CIE-Lab24.502948.8767-4.9177

#760043 color RGB value is (118,0,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000000 01000011
Octal 166 0 103
Decimal 118 0 67
Hex 76 0 43

RGB Percentages of Color #760043

%63.78
%0.00
%36.22

CMYK Percentages of Color #760043

%0
%100
%43
%54

Triadic Colors of #760043

#760043 #437600 #004376

Analogous Colors of #760043

#760043 #760008 #6e0076

Monochromatic Colors of #760043

#760043

Complementary Color

#760043 #007633

#760043 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760043 Color Preview on White Background

Lorem ipsum dolor sit amet.

#760043 Color CSS Codes

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

#760043 Text Font Color

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

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


#760043 Background Color

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

This div background color is #760043


#760043 Border Color

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

This div border color is #760043


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760043


Comments

No comments written yet.

Please login to write comment.