Color Hex Logo

#7c0efe Color Hex

#7C0EFE
(124,14,254)
0 Favorites   0 Comments

Color spaces of #7c0efe

RGB 12414254
HSL0.740.990.53
HSV268°94°100°
CMYK 0.510.940.00   0.00
XYZ26.358611.754994.6456
Yxy11.75490.19850.0885
Hunter Lab34.285477.2312-139.6715
CIE-Lab40.823981.1298-92.9003

#7c0efe color RGB value is (124,14,254).

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

The process color (four color CMYK) of #7c0efe color hex is 0.51, 0.94, 0.00, 0.00. Web safe color of #7c0efe is #6600ff. Color #7c0efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00001110 11111110
Octal 174 16 376
Decimal 124 14 254
Hex 7C E FE

RGB Percentages of Color #7c0efe

%31.63
%3.57
%64.80

CMYK Percentages of Color #7c0efe

%51
%94
%0
%0

Triadic Colors of #7c0efe

#7c0efe #fe7c0e #0efe7c

Analogous Colors of #7c0efe

#7c0efe #f40efe #0e18fe

Monochromatic Colors of #7c0efe

#7c0efe

Complementary Color

#7c0efe #90fe0e

#7c0efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c0efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c0efe Color CSS Codes

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

#7c0efe Text Font Color

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

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


#7c0efe Background Color

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

This div background color is #7c0efe


#7c0efe Border Color

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

This div border color is #7c0efe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,14,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 #7c0efe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c0efe

Related Colors


Comments

No comments written yet.

Please login to write comment.