Color Hex Logo

#7831a1 Color Hex

#7831A1
(120,49,161)
0 Favorites   0 Comments

Color spaces of #7831a1

RGB 12049161
HSL0.770.530.41
HSV278°70°63°
CMYK 0.250.700.00   0.37
XYZ15.27718.762934.6044
Yxy8.76290.26050.1494
Hunter Lab29.602240.3164-48.5873
CIE-Lab35.523749.7701-47.6517

#7831a1 color RGB value is (120,49,161).

#7831a1 hex color red value is 120, green value is 49 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #7831a1 hue: 0.77 , saturation: 0.53 and the lightness value of 7831a1 is 0.41.

The process color (four color CMYK) of #7831a1 color hex is 0.25, 0.70, 0.00, 0.37. Web safe color of #7831a1 is #663399. Color #7831a1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00110001 10100001
Octal 170 61 241
Decimal 120 49 161
Hex 78 31 A1

RGB Percentages of Color #7831a1

%36.36
%14.85
%48.79

CMYK Percentages of Color #7831a1

%25
%70
%0
%37

Triadic Colors of #7831a1

#7831a1 #a17831 #31a178

Analogous Colors of #7831a1

#7831a1 #a13192 #4031a1

Monochromatic Colors of #7831a1

#7831a1

Complementary Color

#7831a1 #5aa131

#7831a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7831a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7831a1 Color CSS Codes

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

#7831a1 Text Font Color

<p style="color:#7831a1">Text here</p>

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


#7831a1 Background Color

<div style="background-color:#7831a1">
Div content here</div>

This div background color is #7831a1


#7831a1 Border Color

<div style="border:3px solid #7831a1">
Div here</div>

This div border color is #7831a1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,49,161, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7831a1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7831a1;
  -webkit-box-shadow: 1px 1px 3px 2px #7831a1;
  box-shadow:         1px 1px 3px 2px #7831a1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,49,161, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7831a1


Comments

No comments written yet.

Please login to write comment.