Color Hex Logo

#781fbd Color Hex

#781FBD
(120,31,189)
0 Favorites   0 Comments

Color spaces of #781fbd

RGB 12031189
HSL0.760.720.43
HSV274°84°74°
CMYK 0.370.840.00   0.26
XYZ17.42108.647248.8950
Yxy8.64720.23240.1154
Hunter Lab29.406154.2876-78.0001
CIE-Lab35.296062.9163-64.7138

#781fbd color RGB value is (120,31,189).

#781fbd hex color red value is 120, green value is 31 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #781fbd hue: 0.76 , saturation: 0.72 and the lightness value of 781fbd is 0.43.

The process color (four color CMYK) of #781fbd color hex is 0.37, 0.84, 0.00, 0.26. Web safe color of #781fbd is #6633cc. Color #781fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00011111 10111101
Octal 170 37 275
Decimal 120 31 189
Hex 78 1F BD

RGB Percentages of Color #781fbd

%35.29
%9.12
%55.59

CMYK Percentages of Color #781fbd

%37
%84
%0
%26

Triadic Colors of #781fbd

#781fbd #bd781f #1fbd78

Analogous Colors of #781fbd

#781fbd #bd1fb3 #291fbd

Monochromatic Colors of #781fbd

#781fbd

Complementary Color

#781fbd #64bd1f

#781fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#781fbd Color CSS Codes

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

#781fbd Text Font Color

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

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


#781fbd Background Color

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

This div background color is #781fbd


#781fbd Border Color

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

This div border color is #781fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781fbd


Comments

No comments written yet.

Please login to write comment.