color codes Logo

#7826cc color codes

#7826CC
(120,38,204)
0 Favorites   0 Comments

Color spaces of #7826cc

RGB 12038204
HSL0.750.690.47
HSV270°81°80°
CMYK 0.410.810.00   0.20
XYZ19.33799.738957.9873
Yxy9.73890.22210.1119
Hunter Lab31.207255.9969-88.3239
CIE-Lab37.369764.0348-70.0975

#7826cc color RGB value is (120,38,204).

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

The process color (four color CMYK) of #7826cc color code is 0.41, 0.81, 0.00, 0.20. Web safe color of #7826cc is #6633cc. Color #7826cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00100110 11001100
Octal 170 46 314
Decimal 120 38 204
Hex 78 26 CC

RGB Percentages of Color #7826cc

%33.15
%10.50
%56.35

CMYK Percentages of Color #7826cc

%41
%81
%0
%20

Triadic Colors of #7826cc

#7826cc #cc7826 #26cc78

Analogous Colors of #7826cc

#7826cc #cb26cc #2627cc

Monochromatic Colors of #7826cc

#7826cc

Complementary Color

#7826cc #7acc26

#7826cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7826cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7826cc Color CSS Codes

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

#7826cc Text Font Color

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

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


#7826cc Background Color

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

This div background color is #7826cc


#7826cc Border Color

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

This div border color is #7826cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,38,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 #7826cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7826cc


Comments

No comments written yet.

Please login to write comment.