Color Hex Logo

#7731dd Color Hex

#7731DD
(119,49,221)
0 Favorites   0 Comments

Color spaces of #7731dd

RGB 11949221
HSL0.730.720.53
HSV264°78°87°
CMYK 0.460.780.00   0.13
XYZ21.757211.339069.4485
Yxy11.33900.21220.1106
Hunter Lab33.673456.4046-98.7090
CIE-Lab40.145763.8544-75.3566

#7731dd color RGB value is (119,49,221).

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

The process color (four color CMYK) of #7731dd color hex is 0.46, 0.78, 0.00, 0.13. Web safe color of #7731dd is #6633cc. Color #7731dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00110001 11011101
Octal 167 61 335
Decimal 119 49 221
Hex 77 31 DD

RGB Percentages of Color #7731dd

%30.59
%12.60
%56.81

CMYK Percentages of Color #7731dd

%46
%78
%0
%13

Triadic Colors of #7731dd

#7731dd #dd7731 #31dd77

Analogous Colors of #7731dd

#7731dd #cd31dd #3141dd

Monochromatic Colors of #7731dd

#7731dd

Complementary Color

#7731dd #97dd31

#7731dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7731dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7731dd Color CSS Codes

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

#7731dd Text Font Color

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

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


#7731dd Background Color

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

This div background color is #7731dd


#7731dd Border Color

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

This div border color is #7731dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7731dd


Comments

No comments written yet.

Please login to write comment.