Color Hex Logo

#7d358a Color Hex

#7D358A
(125,53,138)
0 Favorites   0 Comments

Color spaces of #7d358a

RGB 12553138
HSL0.810.450.37
HSV291°62°54°
CMYK 0.090.620.00   0.46
XYZ14.31808.741224.9773
Yxy8.74120.29810.1820
Hunter Lab29.565534.7044-29.3930
CIE-Lab35.481244.1411-33.6705

#7d358a color RGB value is (125,53,138).

#7d358a hex color red value is 125, green value is 53 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #7d358a hue: 0.81 , saturation: 0.45 and the lightness value of 7d358a is 0.37.

The process color (four color CMYK) of #7d358a color hex is 0.09, 0.62, 0.00, 0.46. Web safe color of #7d358a is #663399. Color #7d358a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00110101 10001010
Octal 175 65 212
Decimal 125 53 138
Hex 7D 35 8A

RGB Percentages of Color #7d358a

%39.56
%16.77
%43.67

CMYK Percentages of Color #7d358a

%9
%62
%0
%46

Triadic Colors of #7d358a

#7d358a #8a7d35 #358a7d

Analogous Colors of #7d358a

#7d358a #8a356d #53358a

Monochromatic Colors of #7d358a

#7d358a

Complementary Color

#7d358a #428a35

#7d358a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d358a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d358a Color CSS Codes

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

#7d358a Text Font Color

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

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


#7d358a Background Color

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

This div background color is #7d358a


#7d358a Border Color

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

This div border color is #7d358a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d358a


Comments

No comments written yet.

Please login to write comment.