Color Hex Logo

#7825de Color Hex

#7825DE
(120,37,222)
0 Favorites   0 Comments

Color spaces of #7825de

RGB 12037222
HSL0.740.740.51
HSV267°83°87°
CMYK 0.460.830.00   0.13
XYZ21.592110.590170.0133
Yxy10.59010.21130.1036
Hunter Lab32.542461.4866-104.7795
CIE-Lab38.881368.5284-78.0019

#7825de color RGB value is (120,37,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00100101 11011110
Octal 170 45 336
Decimal 120 37 222
Hex 78 25 DE

RGB Percentages of Color #7825de

%31.66
%9.76
%58.58

CMYK Percentages of Color #7825de

%46
%83
%0
%13

Triadic Colors of #7825de

#7825de #de7825 #25de78

Analogous Colors of #7825de

#7825de #d525de #252ede

Monochromatic Colors of #7825de

#7825de

Complementary Color

#7825de #8bde25

#7825de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7825de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7825de Color CSS Codes

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

#7825de Text Font Color

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

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


#7825de Background Color

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

This div background color is #7825de


#7825de Border Color

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

This div border color is #7825de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7825de


Comments

No comments written yet.

Please login to write comment.