Color Hex Logo

#7e357b Color Hex

#7E357B
(126,53,123)
0 Favorites   0 Comments

Color spaces of #7e357b

RGB 12653123
HSL0.840.410.35
HSV302°58°49°
CMYK 0.000.580.02   0.51
XYZ13.45248.411919.6535
Yxy8.41190.32400.2026
Hunter Lab29.003332.0368-19.8744
CIE-Lab34.826441.4903-25.3973

#7e357b color RGB value is (126,53,123).

#7e357b hex color red value is 126, green value is 53 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #7e357b hue: 0.84 , saturation: 0.41 and the lightness value of 7e357b is 0.35.

The process color (four color CMYK) of #7e357b color hex is 0.00, 0.58, 0.02, 0.51. Web safe color of #7e357b is #663366. Color #7e357b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00110101 01111011
Octal 176 65 173
Decimal 126 53 123
Hex 7E 35 7B

RGB Percentages of Color #7e357b

%41.72
%17.55
%40.73

CMYK Percentages of Color #7e357b

%0
%58
%2
%51

Triadic Colors of #7e357b

#7e357b #7b7e35 #357b7e

Analogous Colors of #7e357b

#7e357b #7e3556 #5d357e

Monochromatic Colors of #7e357b

#7e357b

Complementary Color

#7e357b #357e38

#7e357b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e357b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e357b Color CSS Codes

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

#7e357b Text Font Color

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

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


#7e357b Background Color

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

This div background color is #7e357b


#7e357b Border Color

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

This div border color is #7e357b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e357b


Comments

No comments written yet.

Please login to write comment.