Color Hex Logo

#7c629d Color Hex

#7C629D
(124,98,157)
0 Favorites   0 Comments

Color spaces of #7c629d

RGB 12498157
HSL0.740.230.50
HSV266°38°62°
CMYK 0.210.380.00   0.38
XYZ18.765715.454833.8923
Yxy15.45480.27550.2269
Hunter Lab39.312616.4092-23.5965
CIE-Lab46.250922.8239-28.2138

#7c629d color RGB value is (124,98,157).

#7c629d hex color red value is 124, green value is 98 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #7c629d hue: 0.74 , saturation: 0.23 and the lightness value of 7c629d is 0.50.

The process color (four color CMYK) of #7c629d color hex is 0.21, 0.38, 0.00, 0.38. Web safe color of #7c629d is #666699. Color #7c629d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01100010 10011101
Octal 174 142 235
Decimal 124 98 157
Hex 7C 62 9D

RGB Percentages of Color #7c629d

%32.72
%25.86
%41.42

CMYK Percentages of Color #7c629d

%21
%38
%0
%38

Triadic Colors of #7c629d

#7c629d #9d7c62 #629d7c

Analogous Colors of #7c629d

#7c629d #9a629d #62669d

Monochromatic Colors of #7c629d

#7c629d

Complementary Color

#7c629d #839d62

#7c629d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c629d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c629d Color CSS Codes

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

#7c629d Text Font Color

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

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


#7c629d Background Color

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

This div background color is #7c629d


#7c629d Border Color

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

This div border color is #7c629d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c629d


Comments

No comments written yet.

Please login to write comment.