Color Hex Logo

#7827dc Color Hex

#7827DC
(120,39,220)
0 Favorites   0 Comments

Color spaces of #7827dc

RGB 12039220
HSL0.740.720.51
HSV267°82°86°
CMYK 0.450.820.00   0.14
XYZ21.389510.611468.6310
Yxy10.61140.21260.1054
Hunter Lab32.575160.2002-102.1126
CIE-Lab38.918167.4127-76.7949

#7827dc color RGB value is (120,39,220).

#7827dc hex color red value is 120, green value is 39 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7827dc hue: 0.74 , saturation: 0.72 and the lightness value of 7827dc is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00100111 11011100
Octal 170 47 334
Decimal 120 39 220
Hex 78 27 DC

RGB Percentages of Color #7827dc

%31.66
%10.29
%58.05

CMYK Percentages of Color #7827dc

%45
%82
%0
%14

Triadic Colors of #7827dc

#7827dc #dc7827 #27dc78

Analogous Colors of #7827dc

#7827dc #d327dc #2730dc

Monochromatic Colors of #7827dc

#7827dc

Complementary Color

#7827dc #8bdc27

#7827dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7827dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7827dc Color CSS Codes

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

#7827dc Text Font Color

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

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


#7827dc Background Color

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

This div background color is #7827dc


#7827dc Border Color

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

This div border color is #7827dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7827dc


Comments

No comments written yet.

Please login to write comment.