Color Hex Logo

#7756dc Color Hex

#7756DC
(119,86,220)
0 Favorites   0 Comments

Color spaces of #7756dc

RGB 11986220
HSL0.710.660.60
HSV255°61°86°
CMYK 0.460.610.00   0.14
XYZ23.853815.744869.4920
Yxy15.74480.21870.1443
Hunter Lab39.679737.8673-76.0601
CIE-Lab46.637945.3956-64.1991

#7756dc color RGB value is (119,86,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01010110 11011100
Octal 167 126 334
Decimal 119 86 220
Hex 77 56 DC

RGB Percentages of Color #7756dc

%28.00
%20.24
%51.76

CMYK Percentages of Color #7756dc

%46
%61
%0
%14

Triadic Colors of #7756dc

#7756dc #dc7756 #56dc77

Analogous Colors of #7756dc

#7756dc #ba56dc #5678dc

Monochromatic Colors of #7756dc

#7756dc

Complementary Color

#7756dc #bbdc56

#7756dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7756dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7756dc Color CSS Codes

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

#7756dc Text Font Color

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

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


#7756dc Background Color

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

This div background color is #7756dc


#7756dc Border Color

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

This div border color is #7756dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7756dc


Comments

No comments written yet.

Please login to write comment.