Color Hex Logo

#78087b Color Hex

#78087B
(120,8,123)
0 Favorites   0 Comments

Color spaces of #78087b

RGB 1208123
HSL0.830.880.26
HSV298°93°48°
CMYK 0.020.930.00   0.52
XYZ11.40775.596819.2179
Yxy5.59680.31490.1545
Hunter Lab23.657644.6722-31.6031
CIE-Lab28.371555.3794-35.6850

#78087b color RGB value is (120,8,123).

#78087b hex color red value is 120, green value is 8 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #78087b hue: 0.83 , saturation: 0.88 and the lightness value of 78087b is 0.26.

The process color (four color CMYK) of #78087b color hex is 0.02, 0.93, 0.00, 0.52. Web safe color of #78087b is #660066. Color #78087b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001000 01111011
Octal 170 10 173
Decimal 120 8 123
Hex 78 8 7B

RGB Percentages of Color #78087b

%47.81
%3.19
%49.00

CMYK Percentages of Color #78087b

%2
%93
%0
%52

Triadic Colors of #78087b

#78087b #7b7808 #087b78

Analogous Colors of #78087b

#78087b #7b0845 #3f087b

Monochromatic Colors of #78087b

#78087b

Complementary Color

#78087b #0b7b08

#78087b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78087b Color Preview on White Background

Lorem ipsum dolor sit amet.

#78087b Color CSS Codes

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

#78087b Text Font Color

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

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


#78087b Background Color

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

This div background color is #78087b


#78087b Border Color

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

This div border color is #78087b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,8,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78087b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78087b;
  -webkit-box-shadow: 1px 1px 3px 2px #78087b;
  box-shadow:         1px 1px 3px 2px #78087b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78087b


Comments

No comments written yet.

Please login to write comment.