Color Hex Logo

#7825dc Color Hex

#7825DC
(120,37,220)
0 Favorites   0 Comments

Color spaces of #7825dc

RGB 12037220
HSL0.740.720.50
HSV267°83°86°
CMYK 0.450.830.00   0.14
XYZ21.325610.483568.6097
Yxy10.48350.21240.1044
Hunter Lab32.378260.9053-102.9712
CIE-Lab38.696668.0645-77.1591

#7825dc color RGB value is (120,37,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00100101 11011100
Octal 170 45 334
Decimal 120 37 220
Hex 78 25 DC

RGB Percentages of Color #7825dc

%31.83
%9.81
%58.36

CMYK Percentages of Color #7825dc

%45
%83
%0
%14

Triadic Colors of #7825dc

#7825dc #dc7825 #25dc78

Analogous Colors of #7825dc

#7825dc #d425dc #252ddc

Monochromatic Colors of #7825dc

#7825dc

Complementary Color

#7825dc #89dc25

#7825dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7825dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7825dc Color CSS Codes

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

#7825dc Text Font Color

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

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


#7825dc Background Color

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

This div background color is #7825dc


#7825dc Border Color

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

This div border color is #7825dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7825dc


Comments

No comments written yet.

Please login to write comment.