Color Hex Logo

#7e09ef Color Hex

#7E09EF
(126,9,239)
0 Favorites   0 Comments

Color spaces of #7e09ef

RGB 1269239
HSL0.750.930.49
HSV271°96°94°
CMYK 0.470.960.00   0.06
XYZ24.281910.863082.4783
Yxy10.86300.20640.0924
Hunter Lab32.959173.8278-125.2987
CIE-Lab39.348878.6898-86.8864

#7e09ef color RGB value is (126,9,239).

#7e09ef hex color red value is 126, green value is 9 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7e09ef hue: 0.75 , saturation: 0.93 and the lightness value of 7e09ef is 0.49.

The process color (four color CMYK) of #7e09ef color hex is 0.47, 0.96, 0.00, 0.06. Web safe color of #7e09ef is #6600ff. Color #7e09ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00001001 11101111
Octal 176 11 357
Decimal 126 9 239
Hex 7E 9 EF

RGB Percentages of Color #7e09ef

%33.69
%2.41
%63.90

CMYK Percentages of Color #7e09ef

%47
%96
%0
%6

Triadic Colors of #7e09ef

#7e09ef #ef7e09 #09ef7e

Analogous Colors of #7e09ef

#7e09ef #ef09ed #0b09ef

Monochromatic Colors of #7e09ef

#7e09ef

Complementary Color

#7e09ef #7aef09

#7e09ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e09ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e09ef Color CSS Codes

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

#7e09ef Text Font Color

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

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


#7e09ef Background Color

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

This div background color is #7e09ef


#7e09ef Border Color

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

This div border color is #7e09ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e09ef


Comments

No comments written yet.

Please login to write comment.