Color Hex Logo

#7826cd Color Hex

#7826CD
(120,38,205)
0 Favorites   0 Comments

Color spaces of #7826cd

RGB 12038205
HSL0.750.690.48
HSV269°81°80°
CMYK 0.410.810.00   0.20
XYZ19.45839.787158.6211
Yxy9.78710.22150.1114
Hunter Lab31.284356.2762-89.1995
CIE-Lab37.457664.2649-70.5344

#7826cd color RGB value is (120,38,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00100110 11001101
Octal 170 46 315
Decimal 120 38 205
Hex 78 26 CD

RGB Percentages of Color #7826cd

%33.06
%10.47
%56.47

CMYK Percentages of Color #7826cd

%41
%81
%0
%20

Triadic Colors of #7826cd

#7826cd #cd7826 #26cd78

Analogous Colors of #7826cd

#7826cd #cc26cd #2628cd

Monochromatic Colors of #7826cd

#7826cd

Complementary Color

#7826cd #7bcd26

#7826cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7826cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7826cd Color CSS Codes

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

#7826cd Text Font Color

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

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


#7826cd Background Color

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

This div background color is #7826cd


#7826cd Border Color

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

This div border color is #7826cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,38,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7826cd


Comments

No comments written yet.

Please login to write comment.