Color Hex Logo

#7756de Color Hex

#7756DE
(119,86,222)
0 Favorites   0 Comments

Color spaces of #7756de

RGB 11986222
HSL0.710.670.60
HSV255°61°87°
CMYK 0.460.610.00   0.13
XYZ24.120415.851470.8956
Yxy15.85140.21760.1430
Hunter Lab39.813838.4665-77.7067
CIE-Lab46.778945.9583-65.1075

#7756de color RGB value is (119,86,222).

#7756de hex color red value is 119, green value is 86 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7756de hue: 0.71 , saturation: 0.67 and the lightness value of 7756de is 0.60.

The process color (four color CMYK) of #7756de color hex is 0.46, 0.61, 0.00, 0.13. Web safe color of #7756de is #6666cc. Color #7756de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01010110 11011110
Octal 167 126 336
Decimal 119 86 222
Hex 77 56 DE

RGB Percentages of Color #7756de

%27.87
%20.14
%51.99

CMYK Percentages of Color #7756de

%46
%61
%0
%13

Triadic Colors of #7756de

#7756de #de7756 #56de77

Analogous Colors of #7756de

#7756de #bb56de #5679de

Monochromatic Colors of #7756de

#7756de

Complementary Color

#7756de #bdde56

#7756de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7756de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7756de Color CSS Codes

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

#7756de Text Font Color

<p style="color:#7756de">Text here</p>

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


#7756de Background Color

<div style="background-color:#7756de">
Div content here</div>

This div background color is #7756de


#7756de Border Color

<div style="border:3px solid #7756de">
Div here</div>

This div border color is #7756de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,86,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7756de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7756de;
  -webkit-box-shadow: 1px 1px 3px 2px #7756de;
  box-shadow:         1px 1px 3px 2px #7756de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7756de


Comments

No comments written yet.

Please login to write comment.