Color Hex Logo

#7d0577 Color Hex

#7D0577
(125,5,119)
0 Favorites   0 Comments

Color spaces of #7d0577

RGB 1255119
HSL0.840.920.25
HSV303°96°49°
CMYK 0.000.960.05   0.51
XYZ11.84155.800417.9482
Yxy5.80040.33270.1630
Hunter Lab24.084045.6169-27.3260
CIE-Lab28.903256.1752-32.2412

#7d0577 color RGB value is (125,5,119).

#7d0577 hex color red value is 125, green value is 5 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #7d0577 hue: 0.84 , saturation: 0.92 and the lightness value of 7d0577 is 0.25.

The process color (four color CMYK) of #7d0577 color hex is 0.00, 0.96, 0.05, 0.51. Web safe color of #7d0577 is #660066. Color #7d0577 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00000101 01110111
Octal 175 5 167
Decimal 125 5 119
Hex 7D 5 77

RGB Percentages of Color #7d0577

%50.20
%2.01
%47.79

CMYK Percentages of Color #7d0577

%0
%96
%5
%51

Triadic Colors of #7d0577

#7d0577 #777d05 #05777d

Analogous Colors of #7d0577

#7d0577 #7d053b #47057d

Monochromatic Colors of #7d0577

#7d0577

Complementary Color

#7d0577 #057d0b

#7d0577 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d0577 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d0577 Color CSS Codes

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

#7d0577 Text Font Color

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

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


#7d0577 Background Color

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

This div background color is #7d0577


#7d0577 Border Color

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

This div border color is #7d0577


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d0577


Comments

No comments written yet.

Please login to write comment.