Color Hex Logo

#7863eb Color Hex

#7863EB
(120,99,235)
0 Favorites   0 Comments

Color spaces of #7863eb

RGB 12099235
HSL0.690.770.65
HSV249°58°92°
CMYK 0.490.580.00   0.08
XYZ27.203018.914980.8145
Yxy18.91490.21430.1490
Hunter Lab43.491335.5388-79.7275
CIE-Lab50.587542.4905-66.2751

#7863eb color RGB value is (120,99,235).

#7863eb hex color red value is 120, green value is 99 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7863eb hue: 0.69 , saturation: 0.77 and the lightness value of 7863eb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01100011 11101011
Octal 170 143 353
Decimal 120 99 235
Hex 78 63 EB

RGB Percentages of Color #7863eb

%26.43
%21.81
%51.76

CMYK Percentages of Color #7863eb

%49
%58
%0
%8

Triadic Colors of #7863eb

#7863eb #eb7863 #63eb78

Analogous Colors of #7863eb

#7863eb #bc63eb #6392eb

Monochromatic Colors of #7863eb

#7863eb

Complementary Color

#7863eb #d6eb63

#7863eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7863eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7863eb Color CSS Codes

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

#7863eb Text Font Color

<p style="color:#7863eb">Text here</p>

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


#7863eb Background Color

<div style="background-color:#7863eb">
Div content here</div>

This div background color is #7863eb


#7863eb Border Color

<div style="border:3px solid #7863eb">
Div here</div>

This div border color is #7863eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7863eb


Comments

No comments written yet.

Please login to write comment.