Color Hex Logo

#786ceb Color Hex

#786CEB
(120,108,235)
0 Favorites   0 Comments

Color spaces of #786ceb

RGB 120108235
HSL0.680.760.67
HSV246°54°92°
CMYK 0.490.540.00   0.08
XYZ28.103720.716481.1147
Yxy20.71640.21630.1594
Hunter Lab45.515330.5643-73.8025
CIE-Lab52.637737.2507-62.9641

#786ceb color RGB value is (120,108,235).

#786ceb hex color red value is 120, green value is 108 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #786ceb hue: 0.68 , saturation: 0.76 and the lightness value of 786ceb is 0.67.

The process color (four color CMYK) of #786ceb color hex is 0.49, 0.54, 0.00, 0.08. Web safe color of #786ceb is #6666ff. Color #786ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01101100 11101011
Octal 170 154 353
Decimal 120 108 235
Hex 78 6C EB

RGB Percentages of Color #786ceb

%25.92
%23.33
%50.76

CMYK Percentages of Color #786ceb

%49
%54
%0
%8

Triadic Colors of #786ceb

#786ceb #eb786c #6ceb78

Analogous Colors of #786ceb

#786ceb #b86ceb #6ca0eb

Monochromatic Colors of #786ceb

#786ceb

Complementary Color

#786ceb #dfeb6c

#786ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#786ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#786ceb Color CSS Codes

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

#786ceb Text Font Color

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

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


#786ceb Background Color

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

This div background color is #786ceb


#786ceb Border Color

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

This div border color is #786ceb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,108,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #786ceb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #786ceb;
  -webkit-box-shadow: 1px 1px 3px 2px #786ceb;
  box-shadow:         1px 1px 3px 2px #786ceb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #786ceb


Comments

No comments written yet.

Please login to write comment.