Color Hex Logo

#7731ed Color Hex

#7731ED
(119,49,237)
0 Favorites   0 Comments

Color spaces of #7731ed

RGB 11949237
HSL0.730.840.56
HSV262°79°93°
CMYK 0.500.790.00   0.07
XYZ23.992112.233081.2174
Yxy12.23300.20430.1042
Hunter Lab34.975761.2372-113.1948
CIE-Lab41.584167.7876-82.0986

#7731ed color RGB value is (119,49,237).

#7731ed hex color red value is 119, green value is 49 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #7731ed hue: 0.73 , saturation: 0.84 and the lightness value of 7731ed is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00110001 11101101
Octal 167 61 355
Decimal 119 49 237
Hex 77 31 ED

RGB Percentages of Color #7731ed

%29.38
%12.10
%58.52

CMYK Percentages of Color #7731ed

%50
%79
%0
%7

Triadic Colors of #7731ed

#7731ed #ed7731 #31ed77

Analogous Colors of #7731ed

#7731ed #d531ed #3149ed

Monochromatic Colors of #7731ed

#7731ed

Complementary Color

#7731ed #a7ed31

#7731ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7731ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7731ed Color CSS Codes

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

#7731ed Text Font Color

<p style="color:#7731ed">Text here</p>

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


#7731ed Background Color

<div style="background-color:#7731ed">
Div content here</div>

This div background color is #7731ed


#7731ed Border Color

<div style="border:3px solid #7731ed">
Div here</div>

This div border color is #7731ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,49,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7731ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7731ed;
  -webkit-box-shadow: 1px 1px 3px 2px #7731ed;
  box-shadow:         1px 1px 3px 2px #7731ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,49,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 #7731ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7731ed


Comments

No comments written yet.

Please login to write comment.