Color Hex Logo

#7e247d Color Hex

#7E247D
(126,36,125)
0 Favorites   0 Comments

Color spaces of #7e247d

RGB 12636125
HSL0.840.560.32
HSV301°71°49°
CMYK 0.000.710.01   0.51
XYZ12.93677.178020.1057
Yxy7.17800.32160.1785
Hunter Lab26.791839.3050-25.7395
CIE-Lab32.208749.4002-30.7708

#7e247d color RGB value is (126,36,125).

#7e247d hex color red value is 126, green value is 36 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #7e247d hue: 0.84 , saturation: 0.56 and the lightness value of 7e247d is 0.32.

The process color (four color CMYK) of #7e247d color hex is 0.00, 0.71, 0.01, 0.51. Web safe color of #7e247d is #663366. Color #7e247d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00100100 01111101
Octal 176 44 175
Decimal 126 36 125
Hex 7E 24 7D

RGB Percentages of Color #7e247d

%43.90
%12.54
%43.55

CMYK Percentages of Color #7e247d

%0
%71
%1
%51

Triadic Colors of #7e247d

#7e247d #7d7e24 #247d7e

Analogous Colors of #7e247d

#7e247d #7e2450 #52247e

Monochromatic Colors of #7e247d

#7e247d

Complementary Color

#7e247d #247e25

#7e247d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e247d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e247d Color CSS Codes

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

#7e247d Text Font Color

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

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


#7e247d Background Color

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

This div background color is #7e247d


#7e247d Border Color

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

This div border color is #7e247d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e247d


Comments

No comments written yet.

Please login to write comment.