Color Hex Logo

#781b55 Color Hex

#781B55
(120,27,85)
0 Favorites   0 Comments

Color spaces of #781b55

RGB 1202785
HSL0.900.630.29
HSV323°78°47°
CMYK 0.000.780.29   0.53
XYZ9.77745.43289.1276
Yxy5.43280.40170.2232
Hunter Lab23.308434.0876-6.9022
CIE-Lab27.933844.9081-11.7830

#781b55 color RGB value is (120,27,85).

#781b55 hex color red value is 120, green value is 27 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #781b55 hue: 0.90 , saturation: 0.63 and the lightness value of 781b55 is 0.29.

The process color (four color CMYK) of #781b55 color hex is 0.00, 0.78, 0.29, 0.53. Web safe color of #781b55 is #663366. Color #781b55 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00011011 01010101
Octal 170 33 125
Decimal 120 27 85
Hex 78 1B 55

RGB Percentages of Color #781b55

%51.72
%11.64
%36.64

CMYK Percentages of Color #781b55

%0
%78
%29
%53

Triadic Colors of #781b55

#781b55 #55781b #1b5578

Analogous Colors of #781b55

#781b55 #781b27 #6d1b78

Monochromatic Colors of #781b55

#781b55

Complementary Color

#781b55 #1b783e

#781b55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781b55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#781b55 Color CSS Codes

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

#781b55 Text Font Color

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

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


#781b55 Background Color

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

This div background color is #781b55


#781b55 Border Color

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

This div border color is #781b55


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,27,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #781b55; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #781b55;
  -webkit-box-shadow: 1px 1px 3px 2px #781b55;
  box-shadow:         1px 1px 3px 2px #781b55; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781b55


Comments

No comments written yet.

Please login to write comment.