Color Hex Logo

#7d428b Color Hex

#7D428B
(125,66,139)
0 Favorites   0 Comments

Color spaces of #7d428b

RGB 12566139
HSL0.800.360.40
HSV288°53°55°
CMYK 0.100.530.00   0.45
XYZ15.065910.120525.5855
Yxy10.12050.29670.1993
Hunter Lab31.812728.8619-25.4153
CIE-Lab38.057837.5886-30.2137

#7d428b color RGB value is (125,66,139).

#7d428b hex color red value is 125, green value is 66 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #7d428b hue: 0.80 , saturation: 0.36 and the lightness value of 7d428b is 0.40.

The process color (four color CMYK) of #7d428b color hex is 0.10, 0.53, 0.00, 0.45. Web safe color of #7d428b is #663399. Color #7d428b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01000010 10001011
Octal 175 102 213
Decimal 125 66 139
Hex 7D 42 8B

RGB Percentages of Color #7d428b

%37.88
%20.00
%42.12

CMYK Percentages of Color #7d428b

%10
%53
%0
%45

Triadic Colors of #7d428b

#7d428b #8b7d42 #428b7d

Analogous Colors of #7d428b

#7d428b #8b4275 #59428b

Monochromatic Colors of #7d428b

#7d428b

Complementary Color

#7d428b #508b42

#7d428b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d428b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d428b Color CSS Codes

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

#7d428b Text Font Color

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

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


#7d428b Background Color

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

This div background color is #7d428b


#7d428b Border Color

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

This div border color is #7d428b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d428b


Comments

No comments written yet.

Please login to write comment.