Color Hex Logo

#634c7d Color Hex

#634C7D
(99,76,125)
0 Favorites   0 Comments

Color spaces of #634c7d

RGB 9976125
HSL0.740.240.39
HSV268°39°49°
CMYK 0.210.390.00   0.51
XYZ11.43179.302220.5950
Yxy9.30220.27660.2251
Hunter Lab30.499513.5305-18.6863
CIE-Lab36.559720.2583-24.1856

#634c7d color RGB value is (99,76,125).

#634c7d hex color red value is 99, green value is 76 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #634c7d hue: 0.74 , saturation: 0.24 and the lightness value of 634c7d is 0.39.

The process color (four color CMYK) of #634c7d color hex is 0.21, 0.39, 0.00, 0.51. Web safe color of #634c7d is #663366. Color #634c7d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01001100 01111101
Octal 143 114 175
Decimal 99 76 125
Hex 63 4C 7D

RGB Percentages of Color #634c7d

%33.00
%25.33
%41.67

CMYK Percentages of Color #634c7d

%21
%39
%0
%51

Triadic Colors of #634c7d

#634c7d #7d634c #4c7d63

Analogous Colors of #634c7d

#634c7d #7c4c7d #4c4e7d

Monochromatic Colors of #634c7d

#634c7d

Complementary Color

#634c7d #667d4c

#634c7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634c7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#634c7d Color CSS Codes

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

#634c7d Text Font Color

<p style="color:#634c7d">Text here</p>

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


#634c7d Background Color

<div style="background-color:#634c7d">
Div content here</div>

This div background color is #634c7d


#634c7d Border Color

<div style="border:3px solid #634c7d">
Div here</div>

This div border color is #634c7d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,76,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #634c7d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #634c7d;
  -webkit-box-shadow: 1px 1px 3px 2px #634c7d;
  box-shadow:         1px 1px 3px 2px #634c7d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634c7d


Comments

No comments written yet.

Please login to write comment.