Color Hex Logo

#7d2dfa Color Hex

#7D2DFA
(125,45,250)
0 Favorites   0 Comments

Color spaces of #7d2dfa

RGB 12545250
HSL0.730.950.58
HSV263°82°98°
CMYK 0.500.820.00   0.02
XYZ26.651213.138991.5739
Yxy13.13890.20290.1000
Hunter Lab36.247667.8095-124.4135
CIE-Lab42.971873.0737-87.1094

#7d2dfa color RGB value is (125,45,250).

#7d2dfa hex color red value is 125, green value is 45 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #7d2dfa hue: 0.73 , saturation: 0.95 and the lightness value of 7d2dfa is 0.58.

The process color (four color CMYK) of #7d2dfa color hex is 0.50, 0.82, 0.00, 0.02. Web safe color of #7d2dfa is #6633ff. Color #7d2dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00101101 11111010
Octal 175 55 372
Decimal 125 45 250
Hex 7D 2D FA

RGB Percentages of Color #7d2dfa

%29.76
%10.71
%59.52

CMYK Percentages of Color #7d2dfa

%50
%82
%0
%2

Triadic Colors of #7d2dfa

#7d2dfa #fa7d2d #2dfa7d

Analogous Colors of #7d2dfa

#7d2dfa #e42dfa #2d43fa

Monochromatic Colors of #7d2dfa

#7d2dfa

Complementary Color

#7d2dfa #aafa2d

#7d2dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d2dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d2dfa Color CSS Codes

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

#7d2dfa Text Font Color

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

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


#7d2dfa Background Color

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

This div background color is #7d2dfa


#7d2dfa Border Color

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

This div border color is #7d2dfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,45,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d2dfa


Comments

No comments written yet.

Please login to write comment.