Color Hex Logo

#7c39ff Color Hex

#7C39FF
(124,57,255)
0 Favorites   0 Comments

Color spaces of #7c39ff

RGB 12457255
HSL0.721.000.61
HSV260°78°100°
CMYK 0.510.780.00   0.00
XYZ27.825314.431395.9267
Yxy14.43130.20140.1044
Hunter Lab37.988664.2651-123.1240
CIE-Lab44.845269.7354-86.8243

#7c39ff color RGB value is (124,57,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 00111001 11111111
Octal 174 71 377
Decimal 124 57 255
Hex 7C 39 FF

RGB Percentages of Color #7c39ff

%28.44
%13.07
%58.49

CMYK Percentages of Color #7c39ff

%51
%78
%0
%0

Triadic Colors of #7c39ff

#7c39ff #ff7c39 #39ff7c

Analogous Colors of #7c39ff

#7c39ff #df39ff #3959ff

Monochromatic Colors of #7c39ff

#7c39ff

Complementary Color

#7c39ff #bcff39

#7c39ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c39ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c39ff Color CSS Codes

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

#7c39ff Text Font Color

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

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


#7c39ff Background Color

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

This div background color is #7c39ff


#7c39ff Border Color

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

This div border color is #7c39ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c39ff


Comments

No comments written yet.

Please login to write comment.