Color Hex Logo

#7a30ba Color Hex

#7A30BA
(122,48,186)
0 Favorites   0 Comments

Color spaces of #7a30ba

RGB 12248186
HSL0.760.590.46
HSV272°74°73°
CMYK 0.340.740.00   0.27
XYZ17.94599.796747.3995
Yxy9.79670.23880.1304
Hunter Lab31.299747.5698-67.8776
CIE-Lab37.475156.3480-59.3791

#7a30ba color RGB value is (122,48,186).

#7a30ba hex color red value is 122, green value is 48 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7a30ba hue: 0.76 , saturation: 0.59 and the lightness value of 7a30ba is 0.46.

The process color (four color CMYK) of #7a30ba color hex is 0.34, 0.74, 0.00, 0.27. Web safe color of #7a30ba is #6633cc. Color #7a30ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 00110000 10111010
Octal 172 60 272
Decimal 122 48 186
Hex 7A 30 BA

RGB Percentages of Color #7a30ba

%34.27
%13.48
%52.25

CMYK Percentages of Color #7a30ba

%34
%74
%0
%27

Triadic Colors of #7a30ba

#7a30ba #ba7a30 #30ba7a

Analogous Colors of #7a30ba

#7a30ba #ba30b5 #3530ba

Monochromatic Colors of #7a30ba

#7a30ba

Complementary Color

#7a30ba #70ba30

#7a30ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a30ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a30ba Color CSS Codes

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

#7a30ba Text Font Color

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

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


#7a30ba Background Color

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

This div background color is #7a30ba


#7a30ba Border Color

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

This div border color is #7a30ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a30ba


Comments

No comments written yet.

Please login to write comment.