color codes Logo

#7e17eb color codes

#7E17EB
(126,23,235)
0 Favorites   0 Comments

Color spaces of #7e17eb

RGB 12623235
HSL0.750.840.51
HSV269°90°92°
CMYK 0.460.900.00   0.08
XYZ23.906011.046679.4695
Yxy11.04660.20890.0965
Hunter Lab33.236470.2261-118.4990
CIE-Lab39.658875.7075-84.1073

#7e17eb color RGB value is (126,23,235).

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

The process color (four color CMYK) of #7e17eb color code is 0.46, 0.90, 0.00, 0.08. Web safe color of #7e17eb is #6600ff. Color #7e17eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00010111 11101011
Octal 176 27 353
Decimal 126 23 235
Hex 7E 17 EB

RGB Percentages of Color #7e17eb

%32.81
%5.99
%61.20

CMYK Percentages of Color #7e17eb

%46
%90
%0
%8

Triadic Colors of #7e17eb

#7e17eb #eb7e17 #17eb7e

Analogous Colors of #7e17eb

#7e17eb #e817eb #171aeb

Monochromatic Colors of #7e17eb

#7e17eb

Complementary Color

#7e17eb #84eb17

#7e17eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e17eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e17eb Color CSS Codes

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

#7e17eb Text Font Color

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

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


#7e17eb Background Color

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

This div background color is #7e17eb


#7e17eb Border Color

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

This div border color is #7e17eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,23,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 #7e17eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e17eb


Comments

No comments written yet.

Please login to write comment.