Color Hex Logo

#7e82ff Color Hex

#7E82FF
(126,130,255)
0 Favorites   0 Comments

Color spaces of #7e82ff

RGB 126130255
HSL0.661.000.75
HSV238°51°100°
CMYK 0.510.490.00   0.00
XYZ34.636827.620998.1135
Yxy27.62090.21600.1722
Hunter Lab52.555625.6683-73.8967
CIE-Lab59.544731.5147-62.9264

#7e82ff color RGB value is (126,130,255).

#7e82ff hex color red value is 126, green value is 130 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7e82ff hue: 0.66 , saturation: 1.00 and the lightness value of 7e82ff is 0.75.

The process color (four color CMYK) of #7e82ff color hex is 0.51, 0.49, 0.00, 0.00. Web safe color of #7e82ff is #6699ff. Color #7e82ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10000010 11111111
Octal 176 202 377
Decimal 126 130 255
Hex 7E 82 FF

RGB Percentages of Color #7e82ff

%24.66
%25.44
%49.90

CMYK Percentages of Color #7e82ff

%51
%49
%0
%0

Triadic Colors of #7e82ff

#7e82ff #ff7e82 #82ff7e

Analogous Colors of #7e82ff

#7e82ff #bb7eff #7ec3ff

Monochromatic Colors of #7e82ff

#7e82ff

Complementary Color

#7e82ff #fffb7e

#7e82ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e82ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e82ff Color CSS Codes

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

#7e82ff Text Font Color

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

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


#7e82ff Background Color

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

This div background color is #7e82ff


#7e82ff Border Color

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

This div border color is #7e82ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e82ff


Comments

No comments written yet.

Please login to write comment.