Color Hex Logo

#7d4186 Color Hex

#7D4186
(125,65,134)
1 Favorites   0 Comments

Color spaces of #7d4186

RGB 12565134
HSL0.810.350.39
HSV292°51°53°
CMYK 0.070.510.00   0.47
XYZ14.65089.861823.6856
Yxy9.86180.30400.2046
Hunter Lab31.403528.3202-22.7361
CIE-Lab37.593237.0828-27.8810

#7d4186 color RGB value is (125,65,134).

#7d4186 hex color red value is 125, green value is 65 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #7d4186 hue: 0.81 , saturation: 0.35 and the lightness value of 7d4186 is 0.39.

The process color (four color CMYK) of #7d4186 color hex is 0.07, 0.51, 0.00, 0.47. Web safe color of #7d4186 is #663399. Color #7d4186 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01000001 10000110
Octal 175 101 206
Decimal 125 65 134
Hex 7D 41 86

RGB Percentages of Color #7d4186

%38.58
%20.06
%41.36

CMYK Percentages of Color #7d4186

%7
%51
%0
%47

Triadic Colors of #7d4186

#7d4186 #867d41 #41867d

Analogous Colors of #7d4186

#7d4186 #86416d #5b4186

Monochromatic Colors of #7d4186

#7d4186

Complementary Color

#7d4186 #4a8641

#7d4186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d4186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d4186 Color CSS Codes

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

#7d4186 Text Font Color

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

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


#7d4186 Background Color

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

This div background color is #7d4186


#7d4186 Border Color

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

This div border color is #7d4186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d4186


Comments

No comments written yet.

Please login to write comment.