Color Hex Logo

#781187 Color Hex

#781187
(120,17,135)
0 Favorites   0 Comments

Color spaces of #781187

RGB 12017135
HSL0.810.780.30
HSV292°87°53°
CMYK 0.110.870.00   0.47
XYZ12.31946.143223.4581
Yxy6.14320.29390.1465
Hunter Lab24.785545.3472-38.7649
CIE-Lab29.770955.7504-40.9814

#781187 color RGB value is (120,17,135).

#781187 hex color red value is 120, green value is 17 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #781187 hue: 0.81 , saturation: 0.78 and the lightness value of 781187 is 0.30.

The process color (four color CMYK) of #781187 color hex is 0.11, 0.87, 0.00, 0.47. Web safe color of #781187 is #660099. Color #781187 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010001 10000111
Octal 170 21 207
Decimal 120 17 135
Hex 78 11 87

RGB Percentages of Color #781187

%44.12
%6.25
%49.63

CMYK Percentages of Color #781187

%11
%87
%0
%47

Triadic Colors of #781187

#781187 #877811 #118778

Analogous Colors of #781187

#781187 #87115b #3d1187

Monochromatic Colors of #781187

#781187

Complementary Color

#781187 #208711

#781187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#781187 Color CSS Codes

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

#781187 Text Font Color

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

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


#781187 Background Color

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

This div background color is #781187


#781187 Border Color

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

This div border color is #781187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781187


Comments

No comments written yet.

Please login to write comment.