Color Hex Logo

#78017e Color Hex

#78017E
(120,1,126)
0 Favorites   0 Comments

Color spaces of #78017e

RGB 1201126
HSL0.830.980.25
HSV297°99°49°
CMYK 0.050.990.00   0.51
XYZ11.52255.521120.1970
Yxy5.52110.30940.1483
Hunter Lab23.497046.4133-34.5151
CIE-Lab28.170657.0702-37.9053

#78017e color RGB value is (120,1,126).

#78017e hex color red value is 120, green value is 1 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #78017e hue: 0.83 , saturation: 0.98 and the lightness value of 78017e is 0.25.

The process color (four color CMYK) of #78017e color hex is 0.05, 0.99, 0.00, 0.51. Web safe color of #78017e is #660066. Color #78017e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00000001 01111110
Octal 170 1 176
Decimal 120 1 126
Hex 78 1 7E

RGB Percentages of Color #78017e

%48.58
%0.40
%51.01

CMYK Percentages of Color #78017e

%5
%99
%0
%51

Triadic Colors of #78017e

#78017e #7e7801 #017e78

Analogous Colors of #78017e

#78017e #7e0146 #39017e

Monochromatic Colors of #78017e

#78017e

Complementary Color

#78017e #077e01

#78017e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78017e Color Preview on White Background

Lorem ipsum dolor sit amet.

#78017e Color CSS Codes

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

#78017e Text Font Color

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

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


#78017e Background Color

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

This div background color is #78017e


#78017e Border Color

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

This div border color is #78017e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,1,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78017e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78017e;
  -webkit-box-shadow: 1px 1px 3px 2px #78017e;
  box-shadow:         1px 1px 3px 2px #78017e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,1,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78017e


Comments

No comments written yet.

Please login to write comment.