Color Hex Logo

#7e5585 Color Hex

#7E5585
(126,85,133)
0 Favorites   0 Comments

Color spaces of #7e5585

RGB 12685133
HSL0.810.220.43
HSV291°36°52°
CMYK 0.050.360.00   0.48
XYZ16.086312.626123.7795
Yxy12.62610.30650.2405
Hunter Lab35.533218.6259-14.8047
CIE-Lab42.194425.7348-20.1067

#7e5585 color RGB value is (126,85,133).

#7e5585 hex color red value is 126, green value is 85 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #7e5585 hue: 0.81 , saturation: 0.22 and the lightness value of 7e5585 is 0.43.

The process color (four color CMYK) of #7e5585 color hex is 0.05, 0.36, 0.00, 0.48. Web safe color of #7e5585 is #666699. Color #7e5585 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01010101 10000101
Octal 176 125 205
Decimal 126 85 133
Hex 7E 55 85

RGB Percentages of Color #7e5585

%36.63
%24.71
%38.66

CMYK Percentages of Color #7e5585

%5
%36
%0
%48

Triadic Colors of #7e5585

#7e5585 #857e55 #55857e

Analogous Colors of #7e5585

#7e5585 #855574 #665585

Monochromatic Colors of #7e5585

#7e5585

Complementary Color

#7e5585 #5c8555

#7e5585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e5585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e5585 Color CSS Codes

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

#7e5585 Text Font Color

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

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


#7e5585 Background Color

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

This div background color is #7e5585


#7e5585 Border Color

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

This div border color is #7e5585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e5585


Comments

No comments written yet.

Please login to write comment.