Color Hex Logo

#7e08fb Color Hex

#7E08FB
(126,8,251)
0 Favorites   0 Comments

Color spaces of #7e08fb

RGB 1268251
HSL0.750.970.51
HSV269°97°98°
CMYK 0.500.970.00   0.02
XYZ26.103611.574392.1250
Yxy11.57430.20110.0892
Hunter Lab34.021077.4224-136.7358
CIE-Lab40.531481.3357-91.6949

#7e08fb color RGB value is (126,8,251).

#7e08fb hex color red value is 126, green value is 8 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #7e08fb hue: 0.75 , saturation: 0.97 and the lightness value of 7e08fb is 0.51.

The process color (four color CMYK) of #7e08fb color hex is 0.50, 0.97, 0.00, 0.02. Web safe color of #7e08fb is #6600ff. Color #7e08fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00001000 11111011
Octal 176 10 373
Decimal 126 8 251
Hex 7E 8 FB

RGB Percentages of Color #7e08fb

%32.73
%2.08
%65.19

CMYK Percentages of Color #7e08fb

%50
%97
%0
%2

Triadic Colors of #7e08fb

#7e08fb #fb7e08 #08fb7e

Analogous Colors of #7e08fb

#7e08fb #f808fb #080cfb

Monochromatic Colors of #7e08fb

#7e08fb

Complementary Color

#7e08fb #85fb08

#7e08fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e08fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e08fb Color CSS Codes

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

#7e08fb Text Font Color

<p style="color:#7e08fb">Text here</p>

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


#7e08fb Background Color

<div style="background-color:#7e08fb">
Div content here</div>

This div background color is #7e08fb


#7e08fb Border Color

<div style="border:3px solid #7e08fb">
Div here</div>

This div border color is #7e08fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(126,8,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7e08fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7e08fb;
  -webkit-box-shadow: 1px 1px 3px 2px #7e08fb;
  box-shadow:         1px 1px 3px 2px #7e08fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,8,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e08fb


Comments

No comments written yet.

Please login to write comment.