Color Hex Logo

#7e64cd Color Hex

#7E64CD
(126,100,205)
0 Favorites   0 Comments

Color spaces of #7e64cd

RGB 126100205
HSL0.710.510.60
HSV255°51°80°
CMYK 0.390.510.00   0.20
XYZ24.180817.957759.9493
Yxy17.95770.23690.1759
Hunter Lab42.376527.6964-54.2129
CIE-Lab49.444834.7316-51.0865

#7e64cd color RGB value is (126,100,205).

#7e64cd hex color red value is 126, green value is 100 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7e64cd hue: 0.71 , saturation: 0.51 and the lightness value of 7e64cd is 0.60.

The process color (four color CMYK) of #7e64cd color hex is 0.39, 0.51, 0.00, 0.20. Web safe color of #7e64cd is #6666cc. Color #7e64cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01100100 11001101
Octal 176 144 315
Decimal 126 100 205
Hex 7E 64 CD

RGB Percentages of Color #7e64cd

%29.23
%23.20
%47.56

CMYK Percentages of Color #7e64cd

%39
%51
%0
%20

Triadic Colors of #7e64cd

#7e64cd #cd7e64 #64cd7e

Analogous Colors of #7e64cd

#7e64cd #b364cd #647fcd

Monochromatic Colors of #7e64cd

#7e64cd

Complementary Color

#7e64cd #b3cd64

#7e64cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e64cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e64cd Color CSS Codes

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

#7e64cd Text Font Color

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

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


#7e64cd Background Color

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

This div background color is #7e64cd


#7e64cd Border Color

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

This div border color is #7e64cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e64cd


Comments

No comments written yet.

Please login to write comment.