Color Hex Logo

#7d31ca Color Hex

#7D31CA
(125,49,202)
0 Favorites   0 Comments

Color spaces of #7d31ca

RGB 12549202
HSL0.750.610.49
HSV270°76°79°
CMYK 0.380.760.00   0.21
XYZ20.216410.820956.9002
Yxy10.82090.22990.1231
Hunter Lab32.895152.1345-79.5300
CIE-Lab39.277260.2002-65.7892

#7d31ca color RGB value is (125,49,202).

#7d31ca hex color red value is 125, green value is 49 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7d31ca hue: 0.75 , saturation: 0.61 and the lightness value of 7d31ca is 0.49.

The process color (four color CMYK) of #7d31ca color hex is 0.38, 0.76, 0.00, 0.21. Web safe color of #7d31ca is #6633cc. Color #7d31ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00110001 11001010
Octal 175 61 312
Decimal 125 49 202
Hex 7D 31 CA

RGB Percentages of Color #7d31ca

%33.24
%13.03
%53.72

CMYK Percentages of Color #7d31ca

%38
%76
%0
%21

Triadic Colors of #7d31ca

#7d31ca #ca7d31 #31ca7d

Analogous Colors of #7d31ca

#7d31ca #ca31ca #3131ca

Monochromatic Colors of #7d31ca

#7d31ca

Complementary Color

#7d31ca #7eca31

#7d31ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d31ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d31ca Color CSS Codes

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

#7d31ca Text Font Color

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

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


#7d31ca Background Color

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

This div background color is #7d31ca


#7d31ca Border Color

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

This div border color is #7d31ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d31ca


Comments

No comments written yet.

Please login to write comment.