Color Hex Logo

#7d20de Color Hex

#7D20DE
(125,32,222)
0 Favorites   0 Comments

Color spaces of #7d20de

RGB 12532222
HSL0.750.750.50
HSV269°86°87°
CMYK 0.440.860.00   0.13
XYZ22.158810.666969.9983
Yxy10.66690.21550.1037
Hunter Lab32.660263.9505-104.2098
CIE-Lab39.013770.6040-77.7614

#7d20de color RGB value is (125,32,222).

#7d20de hex color red value is 125, green value is 32 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7d20de hue: 0.75 , saturation: 0.75 and the lightness value of 7d20de is 0.50.

The process color (four color CMYK) of #7d20de color hex is 0.44, 0.86, 0.00, 0.13. Web safe color of #7d20de is #6633cc. Color #7d20de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00100000 11011110
Octal 175 40 336
Decimal 125 32 222
Hex 7D 20 DE

RGB Percentages of Color #7d20de

%32.98
%8.44
%58.58

CMYK Percentages of Color #7d20de

%44
%86
%0
%13

Triadic Colors of #7d20de

#7d20de #de7d20 #20de7d

Analogous Colors of #7d20de

#7d20de #dc20de #2022de

Monochromatic Colors of #7d20de

#7d20de

Complementary Color

#7d20de #81de20

#7d20de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d20de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d20de Color CSS Codes

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

#7d20de Text Font Color

<p style="color:#7d20de">Text here</p>

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


#7d20de Background Color

<div style="background-color:#7d20de">
Div content here</div>

This div background color is #7d20de


#7d20de Border Color

<div style="border:3px solid #7d20de">
Div here</div>

This div border color is #7d20de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,32,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7d20de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7d20de;
  -webkit-box-shadow: 1px 1px 3px 2px #7d20de;
  box-shadow:         1px 1px 3px 2px #7d20de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,32,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 #7d20de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d20de


Comments

No comments written yet.

Please login to write comment.