Color Hex Logo

#7704dc Color Hex

#7704DC
(119,4,220)
0 Favorites   0 Comments

Color spaces of #7704dc

RGB 1194220
HSL0.760.960.44
HSV272°98°86°
CMYK 0.460.980.00   0.14
XYZ20.56949.176168.3972
Yxy9.17610.20960.0935
Hunter Lab30.292168.1967-112.6678
CIE-Lab36.321274.6688-81.0774

#7704dc color RGB value is (119,4,220).

#7704dc hex color red value is 119, green value is 4 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7704dc hue: 0.76 , saturation: 0.96 and the lightness value of 7704dc is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00000100 11011100
Octal 167 4 334
Decimal 119 4 220
Hex 77 4 DC

RGB Percentages of Color #7704dc

%34.69
%1.17
%64.14

CMYK Percentages of Color #7704dc

%46
%98
%0
%14

Triadic Colors of #7704dc

#7704dc #dc7704 #04dc77

Analogous Colors of #7704dc

#7704dc #dc04d5 #0b04dc

Monochromatic Colors of #7704dc

#7704dc

Complementary Color

#7704dc #69dc04

#7704dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7704dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7704dc Color CSS Codes

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

#7704dc Text Font Color

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

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


#7704dc Background Color

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

This div background color is #7704dc


#7704dc Border Color

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

This div border color is #7704dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7704dc


Comments

No comments written yet.

Please login to write comment.