Color Hex Logo

#7720dc Color Hex

#7720DC
(119,32,220)
0 Favorites   0 Comments

Color spaces of #7720dc

RGB 11932220
HSL0.740.750.49
HSV268°85°86°
CMYK 0.460.850.00   0.14
XYZ21.042510.122368.5549
Yxy10.12230.21100.1015
Hunter Lab31.815662.3809-105.4848
CIE-Lab38.061069.4534-78.2092

#7720dc color RGB value is (119,32,220).

#7720dc hex color red value is 119, green value is 32 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7720dc hue: 0.74 , saturation: 0.75 and the lightness value of 7720dc is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00100000 11011100
Octal 167 40 334
Decimal 119 32 220
Hex 77 20 DC

RGB Percentages of Color #7720dc

%32.08
%8.63
%59.30

CMYK Percentages of Color #7720dc

%46
%85
%0
%14

Triadic Colors of #7720dc

#7720dc #dc7720 #20dc77

Analogous Colors of #7720dc

#7720dc #d520dc #2027dc

Monochromatic Colors of #7720dc

#7720dc

Complementary Color

#7720dc #85dc20

#7720dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7720dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7720dc Color CSS Codes

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

#7720dc Text Font Color

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

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


#7720dc Background Color

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

This div background color is #7720dc


#7720dc Border Color

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

This div border color is #7720dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7720dc


Comments

No comments written yet.

Please login to write comment.