Color Hex Logo

#781ebd Color Hex

#781EBD
(120,30,189)
0 Favorites   0 Comments

Color spaces of #781ebd

RGB 12030189
HSL0.760.730.43
HSV274°84°74°
CMYK 0.370.840.00   0.26
XYZ17.39538.595748.8864
Yxy8.59570.23230.1148
Hunter Lab29.318454.6009-78.3390
CIE-Lab35.193963.2164-64.8807

#781ebd color RGB value is (120,30,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00011110 10111101
Octal 170 36 275
Decimal 120 30 189
Hex 78 1E BD

RGB Percentages of Color #781ebd

%35.40
%8.85
%55.75

CMYK Percentages of Color #781ebd

%37
%84
%0
%26

Triadic Colors of #781ebd

#781ebd #bd781e #1ebd78

Analogous Colors of #781ebd

#781ebd #bd1eb3 #291ebd

Monochromatic Colors of #781ebd

#781ebd

Complementary Color

#781ebd #63bd1e

#781ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#781ebd Color CSS Codes

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

#781ebd Text Font Color

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

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


#781ebd Background Color

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

This div background color is #781ebd


#781ebd Border Color

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

This div border color is #781ebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,30,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 #781ebd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781ebd


Comments

No comments written yet.

Please login to write comment.