Color Hex Logo

#7a47ed Color Hex

#7A47ED
(122,71,237)
0 Favorites   0 Comments

Color spaces of #7a47ed

RGB 12271237
HSL0.720.820.60
HSV258°70°93°
CMYK 0.490.700.00   0.07
XYZ25.565314.758581.6220
Yxy14.75850.20960.1210
Hunter Lab38.416851.5574-99.0784
CIE-Lab45.301658.5247-75.9897

#7a47ed color RGB value is (122,71,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 01000111 11101101
Octal 172 107 355
Decimal 122 71 237
Hex 7A 47 ED

RGB Percentages of Color #7a47ed

%28.37
%16.51
%55.12

CMYK Percentages of Color #7a47ed

%49
%70
%0
%7

Triadic Colors of #7a47ed

#7a47ed #ed7a47 #47ed7a

Analogous Colors of #7a47ed

#7a47ed #cd47ed #4767ed

Monochromatic Colors of #7a47ed

#7a47ed

Complementary Color

#7a47ed #baed47

#7a47ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a47ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a47ed Color CSS Codes

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

#7a47ed Text Font Color

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

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


#7a47ed Background Color

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

This div background color is #7a47ed


#7a47ed Border Color

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

This div border color is #7a47ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a47ed


Comments

No comments written yet.

Please login to write comment.