Color Hex Logo

#7d31de Color Hex

#7D31DE
(125,49,222)
0 Favorites   0 Comments

Color spaces of #7d31de

RGB 12549222
HSL0.740.720.53
HSV266°78°87°
CMYK 0.440.780.00   0.13
XYZ22.740611.830570.1922
Yxy11.83050.21710.1129
Hunter Lab34.395557.8233-96.9185
CIE-Lab40.945464.9475-74.5900

#7d31de color RGB value is (125,49,222).

#7d31de hex color red value is 125, green value is 49 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7d31de hue: 0.74 , saturation: 0.72 and the lightness value of 7d31de is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 00110001 11011110
Octal 175 61 336
Decimal 125 49 222
Hex 7D 31 DE

RGB Percentages of Color #7d31de

%31.57
%12.37
%56.06

CMYK Percentages of Color #7d31de

%44
%78
%0
%13

Triadic Colors of #7d31de

#7d31de #de7d31 #31de7d

Analogous Colors of #7d31de

#7d31de #d431de #313cde

Monochromatic Colors of #7d31de

#7d31de

Complementary Color

#7d31de #92de31

#7d31de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d31de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d31de Color CSS Codes

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

#7d31de Text Font Color

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

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


#7d31de Background Color

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

This div background color is #7d31de


#7d31de Border Color

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

This div border color is #7d31de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d31de


Comments

No comments written yet.

Please login to write comment.