Color Hex Logo

#7d356a Color Hex

#7D356A
(125,53,106)
0 Favorites   0 Comments

Color spaces of #7d356a

RGB 12553106
HSL0.880.400.35
HSV316°58°49°
CMYK 0.000.580.15   0.51
XYZ12.33217.946814.5196
Yxy7.94680.35440.2284
Hunter Lab28.190128.7544-10.8049
CIE-Lab33.871838.1608-16.1930

#7d356a color RGB value is (125,53,106).

#7d356a hex color red value is 125, green value is 53 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #7d356a hue: 0.88 , saturation: 0.40 and the lightness value of 7d356a is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 00110101 01101010
Octal 175 65 152
Decimal 125 53 106
Hex 7D 35 6A

RGB Percentages of Color #7d356a

%44.01
%18.66
%37.32

CMYK Percentages of Color #7d356a

%0
%58
%15
%51

Triadic Colors of #7d356a

#7d356a #6a7d35 #356a7d

Analogous Colors of #7d356a

#7d356a #7d3546 #6c357d

Monochromatic Colors of #7d356a

#7d356a

Complementary Color

#7d356a #357d48

#7d356a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d356a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d356a Color CSS Codes

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

#7d356a Text Font Color

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

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


#7d356a Background Color

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

This div background color is #7d356a


#7d356a Border Color

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

This div border color is #7d356a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d356a


Comments

No comments written yet.

Please login to write comment.