Color Hex Logo

#7e1dee Color Hex

#7E1DEE
(126,29,238)
0 Favorites   0 Comments

Color spaces of #7e1dee

RGB 12629238
HSL0.740.860.52
HSV268°88°93°
CMYK 0.470.880.00   0.07
XYZ24.476211.487481.8162
Yxy11.48740.20780.0975
Hunter Lab33.893169.5926-119.3980
CIE-Lab40.389575.0476-84.6028

#7e1dee color RGB value is (126,29,238).

#7e1dee hex color red value is 126, green value is 29 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #7e1dee hue: 0.74 , saturation: 0.86 and the lightness value of 7e1dee is 0.52.

The process color (four color CMYK) of #7e1dee color hex is 0.47, 0.88, 0.00, 0.07. Web safe color of #7e1dee is #6633ff. Color #7e1dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00011101 11101110
Octal 176 35 356
Decimal 126 29 238
Hex 7E 1D EE

RGB Percentages of Color #7e1dee

%32.06
%7.38
%60.56

CMYK Percentages of Color #7e1dee

%47
%88
%0
%7

Triadic Colors of #7e1dee

#7e1dee #ee7e1d #1dee7e

Analogous Colors of #7e1dee

#7e1dee #e71dee #1d25ee

Monochromatic Colors of #7e1dee

#7e1dee

Complementary Color

#7e1dee #8dee1d

#7e1dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e1dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e1dee Color CSS Codes

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

#7e1dee Text Font Color

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

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


#7e1dee Background Color

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

This div background color is #7e1dee


#7e1dee Border Color

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

This div border color is #7e1dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e1dee


Comments

No comments written yet.

Please login to write comment.