Color Hex Logo

#7721dc Color Hex

#7721DC
(119,33,220)
0 Favorites   0 Comments

Color spaces of #7721dc

RGB 11933220
HSL0.740.740.50
HSV268°85°86°
CMYK 0.460.850.00   0.14
XYZ21.069910.177068.5640
Yxy10.17700.21110.1020
Hunter Lab31.901462.0663-105.0978
CIE-Lab38.158269.1656-78.0492

#7721dc color RGB value is (119,33,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00100001 11011100
Octal 167 41 334
Decimal 119 33 220
Hex 77 21 DC

RGB Percentages of Color #7721dc

%31.99
%8.87
%59.14

CMYK Percentages of Color #7721dc

%46
%85
%0
%14

Triadic Colors of #7721dc

#7721dc #dc7721 #21dc77

Analogous Colors of #7721dc

#7721dc #d521dc #2129dc

Monochromatic Colors of #7721dc

#7721dc

Complementary Color

#7721dc #86dc21

#7721dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7721dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7721dc Color CSS Codes

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

#7721dc Text Font Color

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

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


#7721dc Background Color

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

This div background color is #7721dc


#7721dc Border Color

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

This div border color is #7721dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7721dc


Comments

No comments written yet.

Please login to write comment.