Color Hex Logo

#7831ee Color Hex

#7831EE
(120,49,238)
0 Favorites   0 Comments

Color spaces of #7831ee

RGB 12049238
HSL0.730.850.56
HSV263°79°93°
CMYK 0.500.790.00   0.07
XYZ24.276712.362781.9956
Yxy12.36270.20460.1042
Hunter Lab35.160661.7144-113.6535
CIE-Lab41.786968.1581-82.3265

#7831ee color RGB value is (120,49,238).

#7831ee hex color red value is 120, green value is 49 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #7831ee hue: 0.73 , saturation: 0.85 and the lightness value of 7831ee is 0.56.

The process color (four color CMYK) of #7831ee color hex is 0.50, 0.79, 0.00, 0.07. Web safe color of #7831ee is #6633ff. Color #7831ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00110001 11101110
Octal 170 61 356
Decimal 120 49 238
Hex 78 31 EE

RGB Percentages of Color #7831ee

%29.48
%12.04
%58.48

CMYK Percentages of Color #7831ee

%50
%79
%0
%7

Triadic Colors of #7831ee

#7831ee #ee7831 #31ee78

Analogous Colors of #7831ee

#7831ee #d731ee #3149ee

Monochromatic Colors of #7831ee

#7831ee

Complementary Color

#7831ee #a7ee31

#7831ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7831ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7831ee Color CSS Codes

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

#7831ee Text Font Color

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

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


#7831ee Background Color

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

This div background color is #7831ee


#7831ee Border Color

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

This div border color is #7831ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7831ee


Comments

No comments written yet.

Please login to write comment.