Color Hex Logo

#7e00df Color Hex

#7E00DF
(126,0,223)
0 Favorites   0 Comments

Color spaces of #7e00df

RGB 1260223
HSL0.761.000.44
HSV274°100°87°
CMYK 0.431.000.00   0.13
XYZ21.92359.763370.5411
Yxy9.76330.21450.0955
Hunter Lab31.246370.5610-111.9798
CIE-Lab37.414276.4051-80.9641

#7e00df color RGB value is (126,0,223).

#7e00df hex color red value is 126, green value is 0 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7e00df hue: 0.76 , saturation: 1.00 and the lightness value of 7e00df is 0.44.

The process color (four color CMYK) of #7e00df color hex is 0.43, 1.00, 0.00, 0.13. Web safe color of #7e00df is #6600cc. Color #7e00df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00000000 11011111
Octal 176 0 337
Decimal 126 0 223
Hex 7E 0 DF

RGB Percentages of Color #7e00df

%36.10
%0.00
%63.90

CMYK Percentages of Color #7e00df

%43
%100
%0
%13

Triadic Colors of #7e00df

#7e00df #df7e00 #00df7e

Analogous Colors of #7e00df

#7e00df #df00d1 #0f00df

Monochromatic Colors of #7e00df

#7e00df

Complementary Color

#7e00df #61df00

#7e00df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e00df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e00df Color CSS Codes

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

#7e00df Text Font Color

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

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


#7e00df Background Color

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

This div background color is #7e00df


#7e00df Border Color

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

This div border color is #7e00df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e00df


Comments

No comments written yet.

Please login to write comment.