Color Hex Logo

#7d227b Color Hex

#7D227B
(125,34,123)
0 Favorites   0 Comments

Color spaces of #7d227b

RGB 12534123
HSL0.840.570.31
HSV301°73°49°
CMYK 0.000.730.02   0.51
XYZ12.60466.934119.4130
Yxy6.93410.32360.1780
Hunter Lab26.332739.3600-25.2769
CIE-Lab31.656449.5610-30.3998

#7d227b color RGB value is (125,34,123).

#7d227b hex color red value is 125, green value is 34 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #7d227b hue: 0.84 , saturation: 0.57 and the lightness value of 7d227b is 0.31.

The process color (four color CMYK) of #7d227b color hex is 0.00, 0.73, 0.02, 0.51. Web safe color of #7d227b is #663366. Color #7d227b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00100010 01111011
Octal 175 42 173
Decimal 125 34 123
Hex 7D 22 7B

RGB Percentages of Color #7d227b

%44.33
%12.06
%43.62

CMYK Percentages of Color #7d227b

%0
%73
%2
%51

Triadic Colors of #7d227b

#7d227b #7b7d22 #227b7d

Analogous Colors of #7d227b

#7d227b #7d224d #52227d

Monochromatic Colors of #7d227b

#7d227b

Complementary Color

#7d227b #227d24

#7d227b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d227b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d227b Color CSS Codes

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

#7d227b Text Font Color

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

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


#7d227b Background Color

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

This div background color is #7d227b


#7d227b Border Color

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

This div border color is #7d227b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d227b


Comments

No comments written yet.

Please login to write comment.