Color Hex Logo

#781ebe Color Hex

#781EBE
(120,30,190)
0 Favorites   0 Comments

Color spaces of #781ebe

RGB 12030190
HSL0.760.730.43
HSV274°84°75°
CMYK 0.370.840.00   0.25
XYZ17.50438.639349.4602
Yxy8.63930.23150.1143
Hunter Lab29.392754.8654-79.1947
CIE-Lab35.280363.4356-65.3286

#781ebe color RGB value is (120,30,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00011110 10111110
Octal 170 36 276
Decimal 120 30 190
Hex 78 1E BE

RGB Percentages of Color #781ebe

%35.29
%8.82
%55.88

CMYK Percentages of Color #781ebe

%37
%84
%0
%25

Triadic Colors of #781ebe

#781ebe #be781e #1ebe78

Analogous Colors of #781ebe

#781ebe #be1eb4 #281ebe

Monochromatic Colors of #781ebe

#781ebe

Complementary Color

#781ebe #64be1e

#781ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#781ebe Color CSS Codes

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

#781ebe Text Font Color

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

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


#781ebe Background Color

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

This div background color is #781ebe


#781ebe Border Color

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

This div border color is #781ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781ebe


Comments

No comments written yet.

Please login to write comment.