Color Hex Logo

#7d5189 Color Hex

#7D5189
(125,81,137)
1 Favorites   0 Comments

Color spaces of #7d5189

RGB 12581137
HSL0.800.260.43
HSV287°41°54°
CMYK 0.090.410.00   0.46
XYZ15.915212.051025.1542
Yxy12.05100.29960.2269
Hunter Lab34.714621.0845-18.6614
CIE-Lab41.297128.6185-23.9314

#7d5189 color RGB value is (125,81,137).

#7d5189 hex color red value is 125, green value is 81 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #7d5189 hue: 0.80 , saturation: 0.26 and the lightness value of 7d5189 is 0.43.

The process color (four color CMYK) of #7d5189 color hex is 0.09, 0.41, 0.00, 0.46. Web safe color of #7d5189 is #666699. Color #7d5189 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01010001 10001001
Octal 175 121 211
Decimal 125 81 137
Hex 7D 51 89

RGB Percentages of Color #7d5189

%36.44
%23.62
%39.94

CMYK Percentages of Color #7d5189

%9
%41
%0
%46

Triadic Colors of #7d5189

#7d5189 #897d51 #51897d

Analogous Colors of #7d5189

#7d5189 #895179 #615189

Monochromatic Colors of #7d5189

#7d5189

Complementary Color

#7d5189 #5d8951

#7d5189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d5189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d5189 Color CSS Codes

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

#7d5189 Text Font Color

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

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


#7d5189 Background Color

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

This div background color is #7d5189


#7d5189 Border Color

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

This div border color is #7d5189


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d5189

#7d5189 Color Palettes


Comments

No comments written yet.

Please login to write comment.