Color Hex Logo

#7e61cd Color Hex

#7E61CD
(126,97,205)
0 Favorites   0 Comments

Color spaces of #7e61cd

RGB 12697205
HSL0.710.520.59
HSV256°53°80°
CMYK 0.390.530.00   0.20
XYZ23.898317.392859.8552
Yxy17.39280.23630.1720
Hunter Lab41.704729.3038-55.9007
CIE-Lab48.751236.4825-52.1965

#7e61cd color RGB value is (126,97,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 01100001 11001101
Octal 176 141 315
Decimal 126 97 205
Hex 7E 61 CD

RGB Percentages of Color #7e61cd

%29.44
%22.66
%47.90

CMYK Percentages of Color #7e61cd

%39
%53
%0
%20

Triadic Colors of #7e61cd

#7e61cd #cd7e61 #61cd7e

Analogous Colors of #7e61cd

#7e61cd #b461cd #617acd

Monochromatic Colors of #7e61cd

#7e61cd

Complementary Color

#7e61cd #b0cd61

#7e61cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e61cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e61cd Color CSS Codes

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

#7e61cd Text Font Color

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

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


#7e61cd Background Color

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

This div background color is #7e61cd


#7e61cd Border Color

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

This div border color is #7e61cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e61cd


Comments

No comments written yet.

Please login to write comment.