Color Hex Logo

#7e5acd Color Hex

#7E5ACD
(126,90,205)
0 Favorites   0 Comments

Color spaces of #7e5acd

RGB 12690205
HSL0.720.530.58
HSV259°56°80°
CMYK 0.390.560.00   0.20
XYZ23.279816.155759.6490
Yxy16.15570.23490.1630
Hunter Lab40.194233.0445-59.8517
CIE-Lab47.178140.5168-54.7204

#7e5acd color RGB value is (126,90,205).

#7e5acd hex color red value is 126, green value is 90 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7e5acd hue: 0.72 , saturation: 0.53 and the lightness value of 7e5acd is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 01011010 11001101
Octal 176 132 315
Decimal 126 90 205
Hex 7E 5A CD

RGB Percentages of Color #7e5acd

%29.93
%21.38
%48.69

CMYK Percentages of Color #7e5acd

%39
%56
%0
%20

Triadic Colors of #7e5acd

#7e5acd #cd7e5a #5acd7e

Analogous Colors of #7e5acd

#7e5acd #b85acd #5a70cd

Monochromatic Colors of #7e5acd

#7e5acd

Complementary Color

#7e5acd #a9cd5a

#7e5acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e5acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e5acd Color CSS Codes

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

#7e5acd Text Font Color

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

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


#7e5acd Background Color

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

This div background color is #7e5acd


#7e5acd Border Color

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

This div border color is #7e5acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e5acd


Comments

No comments written yet.

Please login to write comment.