Color Hex Logo

#7d628c Color Hex

#7D628C
(125,98,140)
0 Favorites   0 Comments

Color spaces of #7d628c

RGB 12598140
HSL0.770.180.47
HSV279°30°55°
CMYK 0.110.300.00   0.45
XYZ17.558814.988826.7786
Yxy14.98880.29600.2527
Hunter Lab38.715413.2042-13.9089
CIE-Lab45.618919.1679-19.0668

#7d628c color RGB value is (125,98,140).

#7d628c hex color red value is 125, green value is 98 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #7d628c hue: 0.77 , saturation: 0.18 and the lightness value of 7d628c is 0.47.

The process color (four color CMYK) of #7d628c color hex is 0.11, 0.30, 0.00, 0.45. Web safe color of #7d628c is #666699. Color #7d628c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01100010 10001100
Octal 175 142 214
Decimal 125 98 140
Hex 7D 62 8C

RGB Percentages of Color #7d628c

%34.44
%27.00
%38.57

CMYK Percentages of Color #7d628c

%11
%30
%0
%45

Triadic Colors of #7d628c

#7d628c #8c7d62 #628c7d

Analogous Colors of #7d628c

#7d628c #8c6286 #68628c

Monochromatic Colors of #7d628c

#7d628c

Complementary Color

#7d628c #718c62

#7d628c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d628c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d628c Color CSS Codes

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

#7d628c Text Font Color

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

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


#7d628c Background Color

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

This div background color is #7d628c


#7d628c Border Color

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

This div border color is #7d628c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d628c


Comments

No comments written yet.

Please login to write comment.