Color Hex Logo

#7d39ff Color Hex

#7D39FF
(125,57,255)
0 Favorites   0 Comments

Color spaces of #7d39ff

RGB 12557255
HSL0.721.000.61
HSV261°78°100°
CMYK 0.510.780.00   0.00
XYZ27.970614.506295.9335
Yxy14.50620.20210.1048
Hunter Lab38.087064.4358-122.6787
CIE-Lab44.950369.8593-86.6477

#7d39ff color RGB value is (125,57,255).

#7d39ff hex color red value is 125, green value is 57 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7d39ff hue: 0.72 , saturation: 1.00 and the lightness value of 7d39ff is 0.61.

The process color (four color CMYK) of #7d39ff color hex is 0.51, 0.78, 0.00, 0.00. Web safe color of #7d39ff is #6633ff. Color #7d39ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00111001 11111111
Octal 175 71 377
Decimal 125 57 255
Hex 7D 39 FF

RGB Percentages of Color #7d39ff

%28.60
%13.04
%58.35

CMYK Percentages of Color #7d39ff

%51
%78
%0
%0

Triadic Colors of #7d39ff

#7d39ff #ff7d39 #39ff7d

Analogous Colors of #7d39ff

#7d39ff #e039ff #3958ff

Monochromatic Colors of #7d39ff

#7d39ff

Complementary Color

#7d39ff #bbff39

#7d39ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d39ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d39ff Color CSS Codes

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

#7d39ff Text Font Color

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

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


#7d39ff Background Color

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

This div background color is #7d39ff


#7d39ff Border Color

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

This div border color is #7d39ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d39ff

Related Colors


Comments

No comments written yet.

Please login to write comment.