Color Hex Logo

#7724cc Color Hex

#7724CC
(119,36,204)
0 Favorites   0 Comments

Color spaces of #7724cc

RGB 11936204
HSL0.750.700.47
HSV270°82°80°
CMYK 0.420.820.00   0.20
XYZ19.13779.543357.9601
Yxy9.54330.22090.1101
Hunter Lab30.892256.5191-89.6155
CIE-Lab37.010064.5669-70.6923

#7724cc color RGB value is (119,36,204).

#7724cc hex color red value is 119, green value is 36 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7724cc hue: 0.75 , saturation: 0.70 and the lightness value of 7724cc is 0.47.

The process color (four color CMYK) of #7724cc color hex is 0.42, 0.82, 0.00, 0.20. Web safe color of #7724cc is #6633cc. Color #7724cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00100100 11001100
Octal 167 44 314
Decimal 119 36 204
Hex 77 24 CC

RGB Percentages of Color #7724cc

%33.15
%10.03
%56.82

CMYK Percentages of Color #7724cc

%42
%82
%0
%20

Triadic Colors of #7724cc

#7724cc #cc7724 #24cc77

Analogous Colors of #7724cc

#7724cc #cb24cc #2425cc

Monochromatic Colors of #7724cc

#7724cc

Complementary Color

#7724cc #79cc24

#7724cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7724cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7724cc Color CSS Codes

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

#7724cc Text Font Color

<p style="color:#7724cc">Text here</p>

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


#7724cc Background Color

<div style="background-color:#7724cc">
Div content here</div>

This div background color is #7724cc


#7724cc Border Color

<div style="border:3px solid #7724cc">
Div here</div>

This div border color is #7724cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,36,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7724cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7724cc;
  -webkit-box-shadow: 1px 1px 3px 2px #7724cc;
  box-shadow:         1px 1px 3px 2px #7724cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7724cc


Comments

No comments written yet.

Please login to write comment.