Color Hex Logo

#7d649b Color Hex

#7D649B
(125,100,155)
0 Favorites   0 Comments

Color spaces of #7d649b

RGB 125100155
HSL0.740.220.50
HSV267°35°61°
CMYK 0.190.350.00   0.39
XYZ18.931015.840933.0702
Yxy15.84090.27900.2335
Hunter Lab39.800615.2517-21.4034
CIE-Lab46.765121.4602-26.2224

#7d649b color RGB value is (125,100,155).

#7d649b hex color red value is 125, green value is 100 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #7d649b hue: 0.74 , saturation: 0.22 and the lightness value of 7d649b is 0.50.

The process color (four color CMYK) of #7d649b color hex is 0.19, 0.35, 0.00, 0.39. Web safe color of #7d649b is #666699. Color #7d649b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01100100 10011011
Octal 175 144 233
Decimal 125 100 155
Hex 7D 64 9B

RGB Percentages of Color #7d649b

%32.89
%26.32
%40.79

CMYK Percentages of Color #7d649b

%19
%35
%0
%39

Triadic Colors of #7d649b

#7d649b #9b7d64 #649b7d

Analogous Colors of #7d649b

#7d649b #99649b #64679b

Monochromatic Colors of #7d649b

#7d649b

Complementary Color

#7d649b #829b64

#7d649b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d649b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d649b Color CSS Codes

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

#7d649b Text Font Color

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

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


#7d649b Background Color

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

This div background color is #7d649b


#7d649b Border Color

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

This div border color is #7d649b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d649b


Comments

No comments written yet.

Please login to write comment.