Color Hex Logo

#7c6efe Color Hex

#7C6EFE
(124,110,254)
0 Favorites   0 Comments

Color spaces of #7c6efe

RGB 124110254
HSL0.680.990.71
HSV246°57°100°
CMYK 0.510.570.00   0.00
XYZ31.777522.592796.4519
Yxy22.59270.21070.1498
Hunter Lab47.531836.1560-87.0395
CIE-Lab54.650342.5002-70.2683

#7c6efe color RGB value is (124,110,254).

#7c6efe hex color red value is 124, green value is 110 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7c6efe hue: 0.68 , saturation: 0.99 and the lightness value of 7c6efe is 0.71.

The process color (four color CMYK) of #7c6efe color hex is 0.51, 0.57, 0.00, 0.00. Web safe color of #7c6efe is #6666ff. Color #7c6efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01101110 11111110
Octal 174 156 376
Decimal 124 110 254
Hex 7C 6E FE

RGB Percentages of Color #7c6efe

%25.41
%22.54
%52.05

CMYK Percentages of Color #7c6efe

%51
%57
%0
%0

Triadic Colors of #7c6efe

#7c6efe #fe7c6e #6efe7c

Analogous Colors of #7c6efe

#7c6efe #c46efe #6ea8fe

Monochromatic Colors of #7c6efe

#7c6efe

Complementary Color

#7c6efe #f0fe6e

#7c6efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c6efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c6efe Color CSS Codes

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

#7c6efe Text Font Color

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

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


#7c6efe Background Color

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

This div background color is #7c6efe


#7c6efe Border Color

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

This div border color is #7c6efe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,110,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7c6efe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7c6efe;
  -webkit-box-shadow: 1px 1px 3px 2px #7c6efe;
  box-shadow:         1px 1px 3px 2px #7c6efe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,110,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c6efe

Related Colors


Comments

No comments written yet.

Please login to write comment.