Color Hex Logo

#7858eb Color Hex

#7858EB
(120,88,235)
0 Favorites   0 Comments

Color spaces of #7858eb

RGB 12088235
HSL0.700.790.63
HSV253°63°92°
CMYK 0.490.630.00   0.08
XYZ26.230816.970780.4904
Yxy16.97070.21210.1372
Hunter Lab41.195541.5658-87.0077
CIE-Lab48.223148.7088-70.1092

#7858eb color RGB value is (120,88,235).

#7858eb hex color red value is 120, green value is 88 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7858eb hue: 0.70 , saturation: 0.79 and the lightness value of 7858eb is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01011000 11101011
Octal 170 130 353
Decimal 120 88 235
Hex 78 58 EB

RGB Percentages of Color #7858eb

%27.09
%19.86
%53.05

CMYK Percentages of Color #7858eb

%49
%63
%0
%8

Triadic Colors of #7858eb

#7858eb #eb7858 #58eb78

Analogous Colors of #7858eb

#7858eb #c258eb #5882eb

Monochromatic Colors of #7858eb

#7858eb

Complementary Color

#7858eb #cbeb58

#7858eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7858eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7858eb Color CSS Codes

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

#7858eb Text Font Color

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

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


#7858eb Background Color

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

This div background color is #7858eb


#7858eb Border Color

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

This div border color is #7858eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7858eb


Comments

No comments written yet.

Please login to write comment.