Color Hex Logo

#7e34cf Color Hex

#7E34CF
(126,52,207)
0 Favorites   0 Comments

Color spaces of #7e34cf

RGB 12652207
HSL0.750.620.51
HSV269°75°81°
CMYK 0.390.750.00   0.19
XYZ21.094711.396660.1194
Yxy11.39660.22780.1231
Hunter Lab33.758952.4603-81.9553
CIE-Lab40.240660.3087-67.1107

#7e34cf color RGB value is (126,52,207).

#7e34cf hex color red value is 126, green value is 52 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7e34cf hue: 0.75 , saturation: 0.62 and the lightness value of 7e34cf is 0.51.

The process color (four color CMYK) of #7e34cf color hex is 0.39, 0.75, 0.00, 0.19. Web safe color of #7e34cf is #6633cc. Color #7e34cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00110100 11001111
Octal 176 64 317
Decimal 126 52 207
Hex 7E 34 CF

RGB Percentages of Color #7e34cf

%32.73
%13.51
%53.77

CMYK Percentages of Color #7e34cf

%39
%75
%0
%19

Triadic Colors of #7e34cf

#7e34cf #cf7e34 #34cf7e

Analogous Colors of #7e34cf

#7e34cf #cc34cf #3437cf

Monochromatic Colors of #7e34cf

#7e34cf

Complementary Color

#7e34cf #85cf34

#7e34cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e34cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e34cf Color CSS Codes

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

#7e34cf Text Font Color

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

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


#7e34cf Background Color

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

This div background color is #7e34cf


#7e34cf Border Color

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

This div border color is #7e34cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(126,52,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7e34cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7e34cf;
  -webkit-box-shadow: 1px 1px 3px 2px #7e34cf;
  box-shadow:         1px 1px 3px 2px #7e34cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,52,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e34cf


Comments

No comments written yet.

Please login to write comment.