Color Hex Logo

#7c40ea Color Hex

#7C40EA
(124,64,234)
0 Favorites   0 Comments

Color spaces of #7c40ea

RGB 12464234
HSL0.730.800.58
HSV261°73°92°
CMYK 0.470.730.00   0.08
XYZ24.996913.892479.2059
Yxy13.89240.21170.1176
Hunter Lab37.272554.4846-99.9034
CIE-Lab44.078261.3881-76.2884

#7c40ea color RGB value is (124,64,234).

#7c40ea hex color red value is 124, green value is 64 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7c40ea hue: 0.73 , saturation: 0.80 and the lightness value of 7c40ea is 0.58.

The process color (four color CMYK) of #7c40ea color hex is 0.47, 0.73, 0.00, 0.08. Web safe color of #7c40ea is #6633ff. Color #7c40ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01000000 11101010
Octal 174 100 352
Decimal 124 64 234
Hex 7C 40 EA

RGB Percentages of Color #7c40ea

%29.38
%15.17
%55.45

CMYK Percentages of Color #7c40ea

%47
%73
%0
%8

Triadic Colors of #7c40ea

#7c40ea #ea7c40 #40ea7c

Analogous Colors of #7c40ea

#7c40ea #d140ea #4059ea

Monochromatic Colors of #7c40ea

#7c40ea

Complementary Color

#7c40ea #aeea40

#7c40ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c40ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c40ea Color CSS Codes

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

#7c40ea Text Font Color

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

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


#7c40ea Background Color

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

This div background color is #7c40ea


#7c40ea Border Color

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

This div border color is #7c40ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c40ea


Comments

No comments written yet.

Please login to write comment.