Color Hex Logo

#78098e Color Hex

#78098E
(120,9,142)
0 Favorites   0 Comments

Color spaces of #78098e

RGB 1209142
HSL0.810.880.30
HSV290°94°56°
CMYK 0.150.940.00   0.44
XYZ12.72596.141426.1059
Yxy6.14140.28300.1366
Hunter Lab24.781848.2945-45.1105
CIE-Lab29.766458.5227-45.3404

#78098e color RGB value is (120,9,142).

#78098e hex color red value is 120, green value is 9 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #78098e hue: 0.81 , saturation: 0.88 and the lightness value of 78098e is 0.30.

The process color (four color CMYK) of #78098e color hex is 0.15, 0.94, 0.00, 0.44. Web safe color of #78098e is #660099. Color #78098e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001001 10001110
Octal 170 11 216
Decimal 120 9 142
Hex 78 9 8E

RGB Percentages of Color #78098e

%44.28
%3.32
%52.40

CMYK Percentages of Color #78098e

%15
%94
%0
%44

Triadic Colors of #78098e

#78098e #8e7809 #098e78

Analogous Colors of #78098e

#78098e #8e0961 #36098e

Monochromatic Colors of #78098e

#78098e

Complementary Color

#78098e #1f8e09

#78098e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78098e Color Preview on White Background

Lorem ipsum dolor sit amet.

#78098e Color CSS Codes

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

#78098e Text Font Color

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

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


#78098e Background Color

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

This div background color is #78098e


#78098e Border Color

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

This div border color is #78098e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78098e


Comments

No comments written yet.

Please login to write comment.