Color Hex Logo

#7d559b Color Hex

#7D559B
(125,85,155)
0 Favorites   0 Comments

Color spaces of #7d559b

RGB 12585155
HSL0.760.290.47
HSV274°45°61°
CMYK 0.190.450.00   0.39
XYZ17.622313.223532.6339
Yxy13.22350.27760.2083
Hunter Lab36.364122.8651-27.7531
CIE-Lab43.098130.3762-31.9510

#7d559b color RGB value is (125,85,155).

#7d559b hex color red value is 125, green value is 85 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #7d559b hue: 0.76 , saturation: 0.29 and the lightness value of 7d559b is 0.47.

The process color (four color CMYK) of #7d559b color hex is 0.19, 0.45, 0.00, 0.39. Web safe color of #7d559b is #666699. Color #7d559b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01010101 10011011
Octal 175 125 233
Decimal 125 85 155
Hex 7D 55 9B

RGB Percentages of Color #7d559b

%34.25
%23.29
%42.47

CMYK Percentages of Color #7d559b

%19
%45
%0
%39

Triadic Colors of #7d559b

#7d559b #9b7d55 #559b7d

Analogous Colors of #7d559b

#7d559b #9b5596 #5a559b

Monochromatic Colors of #7d559b

#7d559b

Complementary Color

#7d559b #739b55

#7d559b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d559b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d559b Color CSS Codes

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

#7d559b Text Font Color

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

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


#7d559b Background Color

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

This div background color is #7d559b


#7d559b Border Color

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

This div border color is #7d559b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d559b


Comments

No comments written yet.

Please login to write comment.