Color Hex Logo

#7f82ec Color Hex

#7F82EC
(127,130,236)
0 Favorites   0 Comments

Color spaces of #7f82ec

RGB 127130236
HSL0.660.740.71
HSV238°46°93°
CMYK 0.460.450.00   0.07
XYZ31.875426.533482.7983
Yxy26.53340.22570.1879
Hunter Lab51.510620.3145-59.2456
CIE-Lab58.539926.0906-54.0337

#7f82ec color RGB value is (127,130,236).

#7f82ec hex color red value is 127, green value is 130 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7f82ec hue: 0.66 , saturation: 0.74 and the lightness value of 7f82ec is 0.71.

The process color (four color CMYK) of #7f82ec color hex is 0.46, 0.45, 0.00, 0.07. Web safe color of #7f82ec is #6699ff. Color #7f82ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10000010 11101100
Octal 177 202 354
Decimal 127 130 236
Hex 7F 82 EC

RGB Percentages of Color #7f82ec

%25.76
%26.37
%47.87

CMYK Percentages of Color #7f82ec

%46
%45
%0
%7

Triadic Colors of #7f82ec

#7f82ec #ec7f82 #82ec7f

Analogous Colors of #7f82ec

#7f82ec #b37fec #7fb9ec

Monochromatic Colors of #7f82ec

#7f82ec

Complementary Color

#7f82ec #ece97f

#7f82ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f82ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f82ec Color CSS Codes

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

#7f82ec Text Font Color

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

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


#7f82ec Background Color

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

This div background color is #7f82ec


#7f82ec Border Color

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

This div border color is #7f82ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f82ec


Comments

No comments written yet.

Please login to write comment.