Color Hex Logo

#7a3fec Color Hex

#7A3FEC
(122,63,236)
0 Favorites   0 Comments

Color spaces of #7a3fec

RGB 12263236
HSL0.720.820.59
HSV260°73°93°
CMYK 0.480.730.00   0.07
XYZ24.943913.748780.6960
Yxy13.74870.20890.1152
Hunter Lab37.079255.1916-103.0781
CIE-Lab43.870462.0575-77.7678

#7a3fec color RGB value is (122,63,236).

#7a3fec hex color red value is 122, green value is 63 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7a3fec hue: 0.72 , saturation: 0.82 and the lightness value of 7a3fec is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 00111111 11101100
Octal 172 77 354
Decimal 122 63 236
Hex 7A 3F EC

RGB Percentages of Color #7a3fec

%28.98
%14.96
%56.06

CMYK Percentages of Color #7a3fec

%48
%73
%0
%7

Triadic Colors of #7a3fec

#7a3fec #ec7a3f #3fec7a

Analogous Colors of #7a3fec

#7a3fec #d13fec #3f5aec

Monochromatic Colors of #7a3fec

#7a3fec

Complementary Color

#7a3fec #b1ec3f

#7a3fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a3fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a3fec Color CSS Codes

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

#7a3fec Text Font Color

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

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


#7a3fec Background Color

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

This div background color is #7a3fec


#7a3fec Border Color

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

This div border color is #7a3fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a3fec


Comments

No comments written yet.

Please login to write comment.