Color Hex Logo

#7a3fed Color Hex

#7A3FED
(122,63,237)
0 Favorites   0 Comments

Color spaces of #7a3fed

RGB 12263237
HSL0.720.830.59
HSV260°73°93°
CMYK 0.490.730.00   0.07
XYZ25.089613.807081.4634
Yxy13.80700.20850.1147
Hunter Lab37.157855.5003-103.9749
CIE-Lab43.954962.3153-78.1940

#7a3fed color RGB value is (122,63,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 00111111 11101101
Octal 172 77 355
Decimal 122 63 237
Hex 7A 3F ED

RGB Percentages of Color #7a3fed

%28.91
%14.93
%56.16

CMYK Percentages of Color #7a3fed

%49
%73
%0
%7

Triadic Colors of #7a3fed

#7a3fed #ed7a3f #3fed7a

Analogous Colors of #7a3fed

#7a3fed #d13fed #3f5bed

Monochromatic Colors of #7a3fed

#7a3fed

Complementary Color

#7a3fed #b2ed3f

#7a3fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a3fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a3fed Color CSS Codes

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

#7a3fed Text Font Color

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

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


#7a3fed Background Color

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

This div background color is #7a3fed


#7a3fed Border Color

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

This div border color is #7a3fed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,63,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a3fed


Comments

No comments written yet.

Please login to write comment.